diff --git a/flutter_osm_web/CHANGELOG.md b/flutter_osm_web/CHANGELOG.md index 576fd420..a1154c39 100644 --- a/flutter_osm_web/CHANGELOG.md +++ b/flutter_osm_web/CHANGELOG.md @@ -1,3 +1,4 @@ +## 1.1.0: ## 1.0.5: ## 1.0.4: ## 1.0.3: diff --git a/flutter_osm_web/pubspec.yaml b/flutter_osm_web/pubspec.yaml index 16ae823d..3cefca68 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.0.5 +version: 1.1.0 homepage: https://github.com/liodali/osm_flutter environment: @@ -16,7 +16,7 @@ dependencies: web: ^0.5.1 stream_transform: ^2.1.0 routing_client_dart: ^0.5.5 - flutter_osm_interface: ^1.0.3 + flutter_osm_interface: ^1.1.0 #path: ../flutter_osm_interface/ dev_dependencies: flutter_test: