From 912463ec662e478ccf294dace751d2454687f062 Mon Sep 17 00:00:00 2001 From: Tobrun Van Nuland Date: Sat, 24 Oct 2020 14:46:16 +0200 Subject: [PATCH] update version numbers for v0.9.0 release --- mapbox_gl_platform_interface/pubspec.yaml | 2 +- mapbox_gl_web/pubspec.yaml | 4 ++-- pubspec.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mapbox_gl_platform_interface/pubspec.yaml b/mapbox_gl_platform_interface/pubspec.yaml index b67a5a19a..5b78d3a4a 100644 --- a/mapbox_gl_platform_interface/pubspec.yaml +++ b/mapbox_gl_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_gl_platform_interface description: A common platform interface for the mapbox_gl plugin. -version: 0.8.0 +version: 0.9.0 homepage: https://github.com/tobrun/flutter-mapbox-gl dependencies: diff --git a/mapbox_gl_web/pubspec.yaml b/mapbox_gl_web/pubspec.yaml index 0d27a2af2..40169b757 100644 --- a/mapbox_gl_web/pubspec.yaml +++ b/mapbox_gl_web/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_gl_web description: Web platform implementation of mapbox_gl -version: 0.8.0 +version: 0.9.0 homepage: https://github.com/tobrun/flutter-mapbox-gl flutter: @@ -29,4 +29,4 @@ dev_dependencies: environment: sdk: ">=2.1.0 <3.0.0" - flutter: ">=1.12.13+hotfix.4 <2.0.0" \ No newline at end of file + flutter: ">=1.12.13+hotfix.4 <2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index b9e42facd..679724b64 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_gl description: A Flutter plugin for integrating Mapbox Maps inside a Flutter application on Android, iOS and web platfroms. -version: 0.8.0 +version: 0.9.0 homepage: https://github.com/tobrun/flutter-mapbox-gl dependencies: @@ -25,7 +25,7 @@ flutter: pluginClass: MapboxMapsPlugin web: default_package: mapbox_gl_web - + environment: sdk: ">=2.1.0 <3.0.0" # Flutter versions prior to 1.10 did not support the flutter.plugin.platforms map.