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