From 60092cc132c79caa6d7d6b1544de3c6500ba8e18 Mon Sep 17 00:00:00 2001 From: liodali <16631886+liodali@users.noreply.github.com> Date: Sun, 15 Sep 2024 12:11:32 +0200 Subject: [PATCH] publish: 1.3.1 --- CHANGELOG.md | 2 ++ README.md | 4 ++-- flutter_osm_web/pubspec.yaml | 4 ++-- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b737161..68b2d3d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### 1.3.1: +* fix bug in setIconMarker In web side (#560) ### 1.3.0: * add new attribute `isDotted` to `RoadOption` to draw dotted line * fix bug related to draw shapes in mobile side diff --git a/README.md b/README.md index f1d56929..b927d980 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # flutter_osm_plugin -![pub](https://img.shields.io/badge/pub-v1.3.0-blue) +![pub](https://img.shields.io/badge/pub-v1.3.1-blue) ## Platform Support @@ -51,7 +51,7 @@ Add the following to your `pubspec.yaml` file: dependencies: - flutter_osm_plugin: ^1.3.0 + flutter_osm_plugin: ^1.3.1 diff --git a/flutter_osm_web/pubspec.yaml b/flutter_osm_web/pubspec.yaml index 85f9f566..b8436060 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.0 - #path: ../flutter_osm_interface/ + flutter_osm_interface: #^1.3.0 + path: ../flutter_osm_interface/ dev_dependencies: flutter_test: sdk: flutter diff --git a/pubspec.yaml b/pubspec.yaml index daebf21a..eda9834d 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.0 +version: 1.3.1 homepage: https://github.com/liodali/osm_flutter