diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ebd5e7..fefb82cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### 1.0.0-rc.5: fimx userlocation in android +* fix user location tracking in android side (bug:#507) ### 1.0.0-rc.4: fimx userlocation in ios * update ios sdk and fix bug related to userlocation * fix draw border for road in ios side diff --git a/README.md b/README.md index 480d9e65..afd375d6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # flutter_osm_plugin -![pub](https://img.shields.io/badge/pub-v1.0.0--rc.4-yellow) +![pub](https://img.shields.io/badge/pub-v1.0.0--rc.5-yellow) ## Platform Support @@ -50,7 +50,7 @@ Add the following to your `pubspec.yaml` file: dependencies: - flutter_osm_plugin: ^1.0.0-rc.4 + flutter_osm_plugin: ^1.0.0-rc.5 diff --git a/pubspec.yaml b/pubspec.yaml index 2674f932..9a5c667f 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.0-rc.4 +version: 1.0.0-rc.5 homepage: https://github.com/liodali/osm_flutter