Skip to content

Commit

Permalink
update version numbers for v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun committed Oct 24, 2020
1 parent 63c0f52 commit 912463e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mapbox_gl_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions mapbox_gl_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -29,4 +29,4 @@ dev_dependencies:

environment:
sdk: ">=2.1.0 <3.0.0"
flutter: ">=1.12.13+hotfix.4 <2.0.0"
flutter: ">=1.12.13+hotfix.4 <2.0.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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.
Expand Down

0 comments on commit 912463e

Please sign in to comment.