From 993e13d7ed62f202b1504878bec36b274d750fa6 Mon Sep 17 00:00:00 2001 From: liodali <16631886+liodali@users.noreply.github.com> Date: Fri, 5 Apr 2024 18:00:10 +0200 Subject: [PATCH] publish: 1.0.1 --- CHANGELOG.md | 2 ++ README.md | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7df50b..c64968fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### 1.0.1: +* fix bug #518 ### 1.0.0: Update iOS SDK, Stablize APIs * replace Tangram es with another ios sdk * add `startLocationUpdating`,`stopLocationUpdating` for external control of user location diff --git a/README.md b/README.md index 5ea10c65..6024249d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # flutter_osm_plugin -![pub](https://img.shields.io/badge/pub-v1.0.0-blue) +![pub](https://img.shields.io/badge/pub-v1.0.1-blue) ## Platform Support @@ -50,7 +50,7 @@ Add the following to your `pubspec.yaml` file: dependencies: - flutter_osm_plugin: ^1.0.0 + flutter_osm_plugin: ^1.0.1 diff --git a/pubspec.yaml b/pubspec.yaml index cb865021..b3559a7c 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 +version: 1.0.1 homepage: https://github.com/liodali/osm_flutter