From e0e805f585cd7f6cd4fdd5fa1dc83d664445d79f Mon Sep 17 00:00:00 2001 From: liodali <16631886+liodali@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:48:04 +0200 Subject: [PATCH] publish: flutter_osm_web-v1.3.3 --- flutter_osm_web/CHANGELOG.md | 1 + flutter_osm_web/pubspec.yaml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/flutter_osm_web/CHANGELOG.md b/flutter_osm_web/CHANGELOG.md index 1dbc2d6b..ac110bf5 100644 --- a/flutter_osm_web/CHANGELOG.md +++ b/flutter_osm_web/CHANGELOG.md @@ -1,3 +1,4 @@ +## 1.3.3: fix bug ## 1.3.2: fix bug * fix mylocation api ## 1.3.1: fix bug diff --git a/flutter_osm_web/pubspec.yaml b/flutter_osm_web/pubspec.yaml index 619f27a2..e3fd1351 100644 --- a/flutter_osm_web/pubspec.yaml +++ b/flutter_osm_web/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_osm_web description: flutter web interface for flutter osm contain web channel and web api -version: 1.3.2 +version: 1.3.3 homepage: https://github.com/liodali/osm_flutter environment: @@ -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.1 + #path: ../flutter_osm_interface/ dev_dependencies: flutter_test: sdk: flutter