Skip to content

Commit 62d618e

Browse files
authored
[release] v0.15.0 (#856)
1 parent 9afa627 commit 62d618e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

mapbox_gl_platform_interface/pubspec.yaml

+1-1
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.14.0
3+
version: 0.15.0
44
homepage: https://github.com/tobrun/flutter-mapbox-gl
55

66
dependencies:

mapbox_gl_web/pubspec.yaml

+1-1
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.14.0
3+
version: 0.15.0
44
homepage: https://github.com/tobrun/flutter-mapbox-gl
55

66
flutter:

pubspec.yaml

+2-1
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.14.0
3+
version: 0.15.0
44
homepage: https://github.com/tobrun/flutter-mapbox-gl
55

66
dependencies:
@@ -14,6 +14,7 @@ dependencies:
1414
git:
1515
url: https://github.com/tobrun/flutter-mapbox-gl.git
1616
path: mapbox_gl_web
17+
collection: ^1.15.0
1718

1819
dependency_overrides:
1920
mapbox_gl_platform_interface:

0 commit comments

Comments
 (0)