diff --git a/CHANGELOG.md b/CHANGELOG.md index effdb4d..401d572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.6+3 + +* Fixes issue #6, location permission is only requested if it's actually used. + ## 0.0.6+2 * Converted iOS code to swift 5. diff --git a/example/pubspec.lock b/example/pubspec.lock index 3c4dede..5ce9cf2 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -14,7 +14,7 @@ packages: path: ".." relative: true source: path - version: "0.0.6+2" + version: "0.0.6+3" archive: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 44fb0a5..cf374cf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: apple_maps_flutter description: This plugin uses the Flutter platform view to display an Apple Maps widget. -version: 0.0.6+2 +version: 0.0.6+3 author: Luis Thein homepage: https://github.com/LuisThein