Skip to content

Commit

Permalink
Bump version to 11.2.0 (#2057)
Browse files Browse the repository at this point in the history
  • Loading branch information
evil159 authored Feb 28, 2024
1 parent 17ffcd0 commit 0f80f0f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Mapbox welcomes participation and contributions from everyone.
* Add annotations drag handlers callbacks `dragBeginHandler`, `dragChangeHandler`, `dragEndHandler` to all Annotation types.
* Bump core maps version to 11.2.0 and common sdk to 24.2.0.

## 11.2.0 - 28 February, 2024

* Bump core maps version to 11.2.0 and common sdk to 24.2.0.

## 11.2.0-rc.1 - 15 February, 2024

### Bug fixes 🐞
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MapboxMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |m|

maps_version = '11.2.0-rc.1'
maps_version = '11.2.0'

m.name = 'MapboxMaps'
m.version = maps_version
Expand Down
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>11.2.0</string>
<key>CFBundleVersion</key>
<string>114</string>
<string>115</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Sources/MapboxMaps/MapboxMaps.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version" : "11.2.0-rc.1"
"version" : "11.2.0"
}

0 comments on commit 0f80f0f

Please sign in to comment.