Skip to content

Commit b90e091

Browse files
authored
Merge pull request #283 from mapbox/rl/prepare_release
Prepare 0.5.0 release
2 parents 955dcc9 + 445f65f commit b90e091

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
## main
2-
1+
## 0.5.0
32
### Common
43

54
* Screen-related units(screen coordinates, dimentions, etc.) are expected to be provided in logical pixels.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To use the Maps Flutter Plugin add the git dependency to the pubspec.yaml:
112112

113113
```
114114
dependencies:
115-
mapbox_maps_flutter: ^0.4.5
115+
mapbox_maps_flutter: ^0.5.0
116116
```
117117

118118
### Configure permissions

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 = '0.4.5'
7+
s.version = '0.5.0'
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
@@ -188,7 +188,7 @@ class _MapWidgetState extends State<MapWidget> {
188188
'textureView': widget.textureView,
189189
'styleUri': widget.styleUri,
190190
'eventTypes': widget._eventTypes,
191-
'mapboxPluginVersion': '0.4.5'
191+
'mapboxPluginVersion': '0.5.0'
192192
};
193193

194194
return _mapboxMapsPlatform.buildView(

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 v10 in Android/iOS application.
3-
version: 0.4.5
3+
version: 0.5.0
44
homepage: https://github.com/mapbox/mapbox-maps-flutter
55

66
environment:

0 commit comments

Comments
 (0)