Skip to content

Commit

Permalink
Bump version to 2.1.0-beta.1 (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
evil159 committed Jun 13, 2024
1 parent 307a163 commit d20da3b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### main
### 2.1.0-beta.1

* Add ModelLayer API.
* 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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mapbox Maps SDK Flutter Plugin

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.
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.

Web and desktop are not supported.

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

```
dependencies:
mapbox_maps_flutter: ^2.0.0
mapbox_maps_flutter: ^2.1.0-beta.1
```

### Configure permissions
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Flutter (1.0.0)
- integration_test (0.0.1):
- Flutter
- mapbox_maps_flutter (2.0.0):
- mapbox_maps_flutter (2.1.0-beta.1):
- Flutter
- MapboxMaps (~> 11.5.0-beta.1)
- Turf (= 2.8.0)
Expand Down Expand Up @@ -49,7 +49,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4
mapbox_maps_flutter: 72884550977f10cde966632f9fe9dd1f9f53bc56
mapbox_maps_flutter: a4a15a0cf02ac63fbb76f85378d980ecf9e6c756
MapboxCommon: dafe0d588a5e8caa89c1bfe07f9f7649fc7d14d8
MapboxCoreMaps: 721eea5db9d85e98205adf5861c6980a341a0b0d
MapboxMaps: ba94b7ea2904eea6066aafbc38fa4c4383f2aa94
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.0"
version: "2.1.0-beta.1"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/mapbox_maps_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'mapbox_maps_flutter'
s.version = '2.0.0'
s.version = '2.1.0-beta.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.'
Expand Down
2 changes: 1 addition & 1 deletion lib/src/map_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class _MapWidgetState extends State<MapWidget> {
'textureView': widget.textureView,
'styleUri': widget.styleUri,
'channelSuffix': _suffix,
'mapboxPluginVersion': '2.0.0',
'mapboxPluginVersion': '2.1.0-beta.1',
'eventTypes': _events.eventTypes.map((e) => e.index).toList(),
};

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mapbox_maps_flutter
description: A Flutter plugin for integrating Mapbox Maps SDK v11 in Android/iOS application.
version: 2.0.0
version: 2.1.0-beta.1
homepage: https://github.com/mapbox/mapbox-maps-flutter

environment:
Expand Down

0 comments on commit d20da3b

Please sign in to comment.