Skip to content

Commit

Permalink
Merge pull request #342 from mapbox/rl/release_1_0_0_beta_1
Browse files Browse the repository at this point in the history
Prepare 1.0.0-beta.1 release
  • Loading branch information
evil159 authored Jan 4, 2024
2 parents 85f616f + 30430c2 commit 7ae80ba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.0.0-beta.1

Bump platform Maps SDK dependencies to 11.0.0.

### 0.5.1
### Android

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 = '0.5.1'
s.version = '1.0.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 @@ -183,7 +183,7 @@ class _MapWidgetState extends State<MapWidget> {
'textureView': widget.textureView,
'styleUri': widget.styleUri,
'eventTypes': widget._eventTypes.map((e) => e.index).toList(),
'mapboxPluginVersion': '0.5.1'
'mapboxPluginVersion': '1.0.0-beta.1'
};

return _mapboxMapsPlatform.buildView(
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 v10 in Android/iOS application.
version: 0.5.1
version: 1.0.0-beta.1
homepage: https://github.com/mapbox/mapbox-maps-flutter

environment:
Expand Down

0 comments on commit 7ae80ba

Please sign in to comment.