Skip to content

Commit

Permalink
Prep release v10.5.0-rc.1 (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
macdrevx authored Apr 20, 2022
1 parent 1d0a871 commit f494a70
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Mapbox welcomes participation and contributions from everyone.

## main
## 10.5.0-rc.1 - April 20, 2022

* Add support for runtime source properties. ([#1267](https://github.com/mapbox/mapbox-maps-ios/pull/1267))
* Start location services lazily. ([#1262](https://github.com/mapbox/mapbox-maps-ios/pull/1262))
Expand Down
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 = '10.5.0-beta.1'
maps_version = '10.5.0-rc.1'

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>10.5.0</string>
<key>CFBundleVersion</key>
<string>40</string>
<string>41</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" : "10.5.0-beta.1"
"version" : "10.5.0-rc.1"
}

0 comments on commit f494a70

Please sign in to comment.