diff --git a/CHANGELOG.md b/CHANGELOG.md index f07e6127..20029369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### 1.3.6: fix bug +* fix set multiple static marker icon (#575) ### 1.3.5+1: fix bug * fix android build by remove unnecessary dependency in gradle file ### 1.3.5: fix bug diff --git a/README.md b/README.md index 849543a5..6e8d97fa 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # flutter_osm_plugin -![pub](https://img.shields.io/badge/pub-v1.3.5%2B1-blue) +![pub](https://img.shields.io/badge/pub-v1.3.6-blue) ## Platform Support @@ -51,7 +51,7 @@ Add the following to your `pubspec.yaml` file: dependencies: - flutter_osm_plugin: ^1.3.5+1 + flutter_osm_plugin: ^1.3.6 diff --git a/pubspec.yaml b/pubspec.yaml index 0a66b215..e140149e 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.3.5+1 +version: 1.3.6 homepage: https://github.com/liodali/osm_flutter