Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af9b93e

Browse files
committedMar 12, 2020
Bumped version number + updated readme
1 parent ea9f20f commit af9b93e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
 

‎CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 0.1.6
2+
3+
* Added ability to place circles.
4+
15
## 0.1.5
26

3-
* Added ability to place polygons
7+
* Added ability to place polygons.
48

59
## 0.1.4+5
610

‎example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ packages:
136136
path: ".."
137137
relative: true
138138
source: path
139-
version: "0.1.5"
139+
version: "0.1.6"
140140
quiver:
141141
dependency: transitive
142142
description:

‎pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: platform_maps_flutter
22
description: A Flutter package that combines google_maps and apple_maps to provide a crossplatform native map implementation.
3-
version: 0.1.5
3+
version: 0.1.6
44
homepage: https://github.com/LuisThein
55
repository: https://github.com/LuisThein/platform_maps_flutter
66
issue_tracker: https://github.com/LuisThein/platform_maps_flutter/issues

0 commit comments

Comments
 (0)
Please sign in to comment.