Skip to content

Commit

Permalink
publish: 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liodali committed Sep 19, 2024
1 parent 307c7c0 commit 03f5d4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### 1.3.3:
* fix bug in web side
### 1.3.2:
*fix bug in mylocation on web side
* fix bug in mylocation on web side
### 1.3.1:
* fix bug in setIconMarker In web side (#560)
### 1.3.0:
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.3.2-blue)
![pub](https://img.shields.io/badge/pub-v1.3.3-blue)


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

dependencies:
flutter_osm_plugin: ^1.3.2
flutter_osm_plugin: ^1.3.3



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:
web: ^1.0.0
stream_transform: ^2.1.0
routing_client_dart: ^0.5.5
flutter_osm_interface: ^1.3.2
#path: ../flutter_osm_interface/
flutter_osm_interface: #^1.3.2
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: 1.3.2
version: 1.3.3


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

0 comments on commit 03f5d4e

Please sign in to comment.