From 9196c9a2a72e49dd6c4a659909376eff673cf8ad Mon Sep 17 00:00:00 2001 From: Luis Thein Date: Sun, 25 Oct 2020 17:32:35 +0100 Subject: [PATCH] chore: Bumped version + updated CHANGELOG.md --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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