Skip to content

Commit

Permalink
publish: 0.70.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liodali committed Nov 17, 2023
1 parent 7ffc824 commit 88c36a5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### 0.70.2 :
* fix bugs (thanks for @JobiJoba)
### 0.70.1 :
* update dependencies, fix namespaces for gradle 8.0
### 0.70.0 :
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

# flutter_osm_plugin
![pub](https://img.shields.io/badge/pub-v0.70.1-orange)
![pub](https://img.shields.io/badge/pub-v0.70.2-orange)


## Platform Support
Expand Down Expand Up @@ -49,7 +49,7 @@
Add the following to your `pubspec.yaml` file:

dependencies:
flutter_osm_plugin: ^0.70.1
flutter_osm_plugin: ^0.70.2



Expand Down
4 changes: 2 additions & 2 deletions flutter_osm_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependencies:
js: ^0.6.7
stream_transform: ^2.1.0
routing_client_dart: ^0.5.3
flutter_osm_interface: ^0.7.0
# path: ../flutter_osm_interface/
flutter_osm_interface: #^0.7.0
path: ../flutter_osm_interface/
dev_dependencies:
flutter_test:
sdk: flutter
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: 0.70.1
version: 0.70.2


homepage: https://github.com/liodali/osm_flutter
Expand Down

0 comments on commit 88c36a5

Please sign in to comment.