Skip to content

Commit

Permalink
Bumped version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisThein committed Oct 18, 2019
1 parent 6033763 commit 815d724
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.3

* Added getter for visible map region

## 0.0.2

* Added zoomBy functionality.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ class AppleMapsExample extends StatelessWidget {

- [x] Add zoomLevelBounds
- [x] Add zoomBy functionality
- [x] Add getter for the visible map region
- [ ] Add ability to set LatLngBounds to map
- [ ] Add ability to add padding to the map
- [ ] Add scrollBy functionality
- [ ] Add a getter for the visible map region
- [ ] Add ability to place a polyline
- [ ] Add ability to place a polygon
- [ ] Add ability to place a circle
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.2"
version: "0.0.3"
async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: apple_maps_flutter
description: This plugin uses the Flutter platform view to display an Apple Maps widget.
version: 0.0.2
version: 0.0.3
author: Luis Thein <[email protected]>
homepage: https://github.com/LuisThein

Expand Down

0 comments on commit 815d724

Please sign in to comment.