Skip to content

Commit

Permalink
Bump version to 0.19.0+2 (maplibre#427)
Browse files Browse the repository at this point in the history
Bumping version since we can not delete tags.
  • Loading branch information
kuhnroyal authored and remax21 committed Sep 6, 2024
1 parent 1db258b commit a7140ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion maplibre_gl_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: maplibre_gl_platform_interface
description: A common platform interface for the maplibre_gl plugin.
version: 0.19.0
version: 0.19.0+2
repository: https://github.com/maplibre/flutter-maplibre-gl
issue_tracker: https://github.com/maplibre/flutter-maplibre-gl/issues

Expand Down
4 changes: 2 additions & 2 deletions maplibre_gl_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: maplibre_gl_web
description: Web platform implementation of maplibre_gl
version: 0.19.0
version: 0.19.0+2
repository: https://github.com/maplibre/flutter-maplibre-gl
issue_tracker: https://github.com/maplibre/flutter-maplibre-gl/issues

Expand All @@ -22,7 +22,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
meta: ^1.3.0
maplibre_gl_platform_interface: ^0.19.0
maplibre_gl_platform_interface: ^0.19.0+2
image: ^4.0.17

dev_dependencies:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: maplibre_gl
description: A Flutter plugin for integrating Maplibre Maps inside a Flutter application on Android, iOS and web platforms.
version: 0.19.0
version: 0.19.0+2
repository: https://github.com/maplibre/flutter-maplibre-gl
issue_tracker: https://github.com/maplibre/flutter-maplibre-gl/issues

Expand All @@ -11,8 +11,8 @@ environment:
dependencies:
flutter:
sdk: flutter
maplibre_gl_platform_interface: ^0.19.0
maplibre_gl_web: ^0.19.0
maplibre_gl_platform_interface: ^0.19.0+2
maplibre_gl_web: ^0.19.0+2

dev_dependencies:
flutter_lints: '>=3.0.0 <5.0.0'
Expand Down

0 comments on commit a7140ae

Please sign in to comment.