Skip to content

Commit 912463e

Browse files
committed
update version numbers for v0.9.0 release
1 parent 63c0f52 commit 912463e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

mapbox_gl_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mapbox_gl_platform_interface
22
description: A common platform interface for the mapbox_gl plugin.
3-
version: 0.8.0
3+
version: 0.9.0
44
homepage: https://github.com/tobrun/flutter-mapbox-gl
55

66
dependencies:

mapbox_gl_web/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mapbox_gl_web
22
description: Web platform implementation of mapbox_gl
3-
version: 0.8.0
3+
version: 0.9.0
44
homepage: https://github.com/tobrun/flutter-mapbox-gl
55

66
flutter:
@@ -29,4 +29,4 @@ dev_dependencies:
2929

3030
environment:
3131
sdk: ">=2.1.0 <3.0.0"
32-
flutter: ">=1.12.13+hotfix.4 <2.0.0"
32+
flutter: ">=1.12.13+hotfix.4 <2.0.0"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mapbox_gl
22
description: A Flutter plugin for integrating Mapbox Maps inside a Flutter application on Android, iOS and web platfroms.
3-
version: 0.8.0
3+
version: 0.9.0
44
homepage: https://github.com/tobrun/flutter-mapbox-gl
55

66
dependencies:
@@ -25,7 +25,7 @@ flutter:
2525
pluginClass: MapboxMapsPlugin
2626
web:
2727
default_package: mapbox_gl_web
28-
28+
2929
environment:
3030
sdk: ">=2.1.0 <3.0.0"
3131
# Flutter versions prior to 1.10 did not support the flutter.plugin.platforms map.

0 commit comments

Comments
 (0)