From a1a98f681d867584ca3d2c380e10bed3a8187f1d Mon Sep 17 00:00:00 2001 From: Roman Laitarenko Date: Mon, 18 Nov 2024 18:17:16 +0200 Subject: [PATCH] Bump version to 2.4.1 (#778) --- README.md | 2 +- ios/mapbox_maps_flutter.podspec | 2 +- lib/src/map_widget.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25276b3b..4c7f7cc6 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ To use the Maps Flutter SDK add the git dependency to the pubspec.yaml: ``` dependencies: - mapbox_maps_flutter: ^2.4.0 + mapbox_maps_flutter: ^2.4.1 ``` ### Configure permissions diff --git a/ios/mapbox_maps_flutter.podspec b/ios/mapbox_maps_flutter.podspec index 25f6536b..f267c4e4 100644 --- a/ios/mapbox_maps_flutter.podspec +++ b/ios/mapbox_maps_flutter.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mapbox_maps_flutter' - s.version = '2.4.0' + s.version = '2.4.1' s.summary = 'Mapbox Maps SDK Flutter Plugin.' s.description = 'An officially developed solution from Mapbox that enables use of our latest Maps SDK product.' diff --git a/lib/src/map_widget.dart b/lib/src/map_widget.dart index 9aaece9c..7b76f03c 100644 --- a/lib/src/map_widget.dart +++ b/lib/src/map_widget.dart @@ -185,7 +185,7 @@ class _MapWidgetState extends State { 'textureView': widget.textureView, 'styleUri': widget.styleUri, 'channelSuffix': _mapboxMapsPlatform.channelSuffix, - 'mapboxPluginVersion': '2.4.0', + 'mapboxPluginVersion': '2.4.1', 'eventTypes': _events.eventTypes.map((e) => e.index).toList(), }; diff --git a/pubspec.yaml b/pubspec.yaml index 1e8c38db..76888a84 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mapbox_maps_flutter description: Interactive, thoroughly customizable maps powered by Mapbox Maps mobile SDKs. -version: 2.4.0 +version: 2.4.1 homepage: https://github.com/mapbox/mapbox-maps-flutter environment: