diff --git a/CHANGELOG.md b/CHANGELOG.md index e61c29c..07248dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.9+3 + +* InfoWindow anchor is now configurable + ## 0.1.9+2 * Fixed placement of custom Markers diff --git a/example/pubspec.lock b/example/pubspec.lock index 1777ffd..1e3997e 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -122,7 +122,7 @@ packages: path: ".." relative: true source: path - version: "0.1.9+2" + version: "0.1.9+3" plugin_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 7713062..98964f6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: platform_maps_flutter description: A Flutter package that combines google_maps and apple_maps to provide a crossplatform native map implementation. -version: 0.1.9+2 +version: 0.1.9+3 homepage: https://github.com/LuisThein repository: https://github.com/LuisThein/platform_maps_flutter issue_tracker: https://github.com/LuisThein/platform_maps_flutter/issues