Skip to content

Commit

Permalink
publish: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liodali committed Apr 5, 2024
1 parent b90eae8 commit 993e13d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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



Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 993e13d

Please sign in to comment.