Skip to content

Commit d20da3b

Browse files
authored
Bump version to 2.1.0-beta.1 (#582)
1 parent 307a163 commit d20da3b

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### main
1+
### 2.1.0-beta.1
22

33
* Add ModelLayer API.
44
* Support for offline map, allowing users to download and store map data on their devices for use in environments with limited or no internet connectivity.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mapbox Maps SDK Flutter Plugin
22

3-
The Mapbox Maps SDK Flutter Plugin is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.2.0). The plugin allows developers to embed highly customized maps using a Flutter widget on Android and iOS.
3+
The Mapbox Maps SDK Flutter Plugin is an officially developed solution from Mapbox that enables use of our latest Maps SDK product (v11.5.0). The plugin allows developers to embed highly customized maps using a Flutter widget on Android and iOS.
44

55
Web and desktop are not supported.
66

@@ -111,7 +111,7 @@ To use the Maps Flutter Plugin add the git dependency to the pubspec.yaml:
111111

112112
```
113113
dependencies:
114-
mapbox_maps_flutter: ^2.0.0
114+
mapbox_maps_flutter: ^2.1.0-beta.1
115115
```
116116

117117
### Configure permissions

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- Flutter (1.0.0)
33
- integration_test (0.0.1):
44
- Flutter
5-
- mapbox_maps_flutter (2.0.0):
5+
- mapbox_maps_flutter (2.1.0-beta.1):
66
- Flutter
77
- MapboxMaps (~> 11.5.0-beta.1)
88
- Turf (= 2.8.0)
@@ -49,7 +49,7 @@ EXTERNAL SOURCES:
4949
SPEC CHECKSUMS:
5050
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
5151
integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4
52-
mapbox_maps_flutter: 72884550977f10cde966632f9fe9dd1f9f53bc56
52+
mapbox_maps_flutter: a4a15a0cf02ac63fbb76f85378d980ecf9e6c756
5353
MapboxCommon: dafe0d588a5e8caa89c1bfe07f9f7649fc7d14d8
5454
MapboxCoreMaps: 721eea5db9d85e98205adf5861c6980a341a0b0d
5555
MapboxMaps: ba94b7ea2904eea6066aafbc38fa4c4383f2aa94

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ packages:
192192
path: ".."
193193
relative: true
194194
source: path
195-
version: "2.0.0"
195+
version: "2.1.0-beta.1"
196196
matcher:
197197
dependency: transitive
198198
description:

ios/mapbox_maps_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'mapbox_maps_flutter'
7-
s.version = '2.0.0'
7+
s.version = '2.1.0-beta.1'
88

99
s.summary = 'Mapbox Maps SDK Flutter Plugin.'
1010
s.description = 'An officially developed solution from Mapbox that enables use of our latest Maps SDK product.'

lib/src/map_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class _MapWidgetState extends State<MapWidget> {
187187
'textureView': widget.textureView,
188188
'styleUri': widget.styleUri,
189189
'channelSuffix': _suffix,
190-
'mapboxPluginVersion': '2.0.0',
190+
'mapboxPluginVersion': '2.1.0-beta.1',
191191
'eventTypes': _events.eventTypes.map((e) => e.index).toList(),
192192
};
193193

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mapbox_maps_flutter
22
description: A Flutter plugin for integrating Mapbox Maps SDK v11 in Android/iOS application.
3-
version: 2.0.0
3+
version: 2.1.0-beta.1
44
homepage: https://github.com/mapbox/mapbox-maps-flutter
55

66
environment:

0 commit comments

Comments
 (0)