Skip to content

Commit

Permalink
[release] v0.15.0 (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobrun authored Jan 13, 2022
1 parent 9afa627 commit 62d618e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.14.0
version: 0.15.0
homepage: https://github.com/tobrun/flutter-mapbox-gl

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion 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.14.0
version: 0.15.0
homepage: https://github.com/tobrun/flutter-mapbox-gl

flutter:
Expand Down
3 changes: 2 additions & 1 deletion 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.14.0
version: 0.15.0
homepage: https://github.com/tobrun/flutter-mapbox-gl

dependencies:
Expand All @@ -14,6 +14,7 @@ dependencies:
git:
url: https://github.com/tobrun/flutter-mapbox-gl.git
path: mapbox_gl_web
collection: ^1.15.0

dependency_overrides:
mapbox_gl_platform_interface:
Expand Down

0 comments on commit 62d618e

Please sign in to comment.