diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d15abe..07d967e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [8.0.7] - Fix Bug + +* Fix error of Geolocator.getLastKnownPosition() on web (#108) + ## [8.0.6] - Fix Bug * Fix unnecessary re-subscription on widget update (#106) diff --git a/example/pubspec.lock b/example/pubspec.lock index 85a46be..23eb4ef 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -100,7 +100,7 @@ packages: path: ".." relative: true source: path - version: "8.0.6" + version: "8.0.7" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 5b874bc..dc23afd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_map_location_marker description: A flutter map plugin for displaying device current location. -version: 8.0.6 +version: 8.0.7 repository: https://github.com/tlserver/flutter_map_location_marker platforms: android: