Skip to content

Commit e1e7941

Browse files
committed
chore: update versions in pubspecs
1 parent 909d5e6 commit e1e7941

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

maplibre_gl/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: maplibre_gl
22
description: A Flutter plugin for integrating MapLibre Maps inside a Flutter application on Android, iOS and web platforms.
3-
version: 0.20.0
3+
version: 0.21.0
44
repository: https://github.com/maplibre/flutter-maplibre-gl
55
issue_tracker: https://github.com/maplibre/flutter-maplibre-gl/issues
66

@@ -11,8 +11,8 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
maplibre_gl_platform_interface: ^0.20.0
15-
maplibre_gl_web: ^0.20.0
14+
maplibre_gl_platform_interface: ^0.21.0
15+
maplibre_gl_web: ^0.21.0
1616

1717
dev_dependencies:
1818
very_good_analysis: ^5.0.0

maplibre_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: maplibre_gl_platform_interface
22
description: A common platform interface for the maplibre_gl plugin. This package is only intended to be used by the maplibre_gl package.
3-
version: 0.20.0
3+
version: 0.21.0
44
repository: https://github.com/maplibre/flutter-maplibre-gl
55
issue_tracker: https://github.com/maplibre/flutter-maplibre-gl/issues
66

maplibre_gl_web/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: maplibre_gl_web
22
description: Web platform implementation of maplibre_gl. This package is only intended to be used by the maplibre_gl package.
3-
version: 0.20.0
3+
version: 0.21.0
44
repository: https://github.com/maplibre/flutter-maplibre-gl
55
issue_tracker: https://github.com/maplibre/flutter-maplibre-gl/issues
66

@@ -22,7 +22,7 @@ dependencies:
2222
sdk: flutter
2323
image: ^4.0.17
2424
js: ">=0.6.7 <0.8.0"
25-
maplibre_gl_platform_interface: ^0.20.0
25+
maplibre_gl_platform_interface: ^0.21.0
2626
meta: ^1.3.0
2727

2828
dev_dependencies:

0 commit comments

Comments
 (0)