From 03f5d4e71f5cbee2d48fd61e3dd14b43f0456cdf Mon Sep 17 00:00:00 2001 From: liodali <16631886+liodali@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:02:50 +0200 Subject: [PATCH] publish: 1.3.3 --- CHANGELOG.md | 4 +++- README.md | 4 ++-- flutter_osm_web/pubspec.yaml | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4e26431..3fc72ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: diff --git a/README.md b/README.md index dc2bc678..03cbe00e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/flutter_osm_web/pubspec.yaml b/flutter_osm_web/pubspec.yaml index 3c782c1c..8fab344f 100644 --- a/flutter_osm_web/pubspec.yaml +++ b/flutter_osm_web/pubspec.yaml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index b6cc61fd..16007324 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.3.2 +version: 1.3.3 homepage: https://github.com/liodali/osm_flutter