diff --git a/CHANGELOG.md b/CHANGELOG.md index c64968fa..460615d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### 1.0.2: +* fix bug #519 ### 1.0.1: * fix bug #518 ### 1.0.0: Update iOS SDK, Stablize APIs diff --git a/README.md b/README.md index 6024249d..7cb3880f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # flutter_osm_plugin -![pub](https://img.shields.io/badge/pub-v1.0.1-blue) +![pub](https://img.shields.io/badge/pub-v1.0.2-blue) ## Platform Support @@ -50,7 +50,7 @@ Add the following to your `pubspec.yaml` file: dependencies: - flutter_osm_plugin: ^1.0.1 + flutter_osm_plugin: ^1.0.2 diff --git a/pubspec.yaml b/pubspec.yaml index b3559a7c..c56c41bc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_osm_plugin description: OpenStreetMap Plugin Native for flutter apps (Andoird/iOS/web) -version: 1.0.1 +version: 1.0.2 homepage: https://github.com/liodali/osm_flutter