diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0ff73..5e557eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + +* Adds `newLatLngBounds` to PlatformMapController + ## 1.0.0 * Adds null safety. Refresh example app (Tanks to @jonbhanson). diff --git a/pubspec.yaml b/pubspec.yaml index b6d295e..72f497c 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: 1.0.0 +version: 1.0.1 homepage: https://github.com/LuisThein repository: https://github.com/LuisThein/platform_maps_flutter issue_tracker: https://github.com/LuisThein/platform_maps_flutter/issues