diff --git a/CHANGELOG.md b/CHANGELOG.md index f0f8a30..ae55997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [8.0.2] - Fix Bug + +* Fix LateInitializationError when requesting permission (#92) + ## [8.0.1] - Fix Bug * Fix performance issue (#91) diff --git a/example/pubspec.lock b/example/pubspec.lock index 725284f..3c166dd 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -92,7 +92,7 @@ packages: path: ".." relative: true source: path - version: "8.0.1" + version: "8.0.2" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 0b02b3b..4511846 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.1 +version: 8.0.2 repository: https://github.com/tlserver/flutter_map_location_marker platforms: android: