diff --git a/CHANGELOG.md b/CHANGELOG.md index 35bef2b1..e400d2b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### 1.0.4: +* fix bug #527 ### 1.0.3: * fix bug #521 * fix bug related to removeMarker,removeMarker in iOS #508 diff --git a/README.md b/README.md index 18397041..bfe505b7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # flutter_osm_plugin -![pub](https://img.shields.io/badge/pub-v1.0.3-blue) +![pub](https://img.shields.io/badge/pub-v1.0.4-blue) ## Platform Support @@ -50,7 +50,7 @@ Add the following to your `pubspec.yaml` file: dependencies: - flutter_osm_plugin: ^1.0.3 + flutter_osm_plugin: ^1.0.4 diff --git a/pubspec.yaml b/pubspec.yaml index fdd8fea9..722824c1 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.3 +version: 1.0.4 homepage: https://github.com/liodali/osm_flutter