From f494a709443d160d74c5ad834dca3a5f7731245e Mon Sep 17 00:00:00 2001 From: Andrew Hershberger Date: Wed, 20 Apr 2022 13:32:12 -0500 Subject: [PATCH] Prep release v10.5.0-rc.1 (#1293) --- CHANGELOG.md | 2 +- MapboxMaps.podspec | 2 +- Sources/MapboxMaps/Info.plist | 2 +- Sources/MapboxMaps/MapboxMaps.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b502c8f45d..30b73e18f4fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/MapboxMaps.podspec b/MapboxMaps.podspec index 4e4963540bad..c7db695763b6 100644 --- a/MapboxMaps.podspec +++ b/MapboxMaps.podspec @@ -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 diff --git a/Sources/MapboxMaps/Info.plist b/Sources/MapboxMaps/Info.plist index 3d99f139da99..e18ae945b353 100644 --- a/Sources/MapboxMaps/Info.plist +++ b/Sources/MapboxMaps/Info.plist @@ -17,6 +17,6 @@ CFBundleShortVersionString 10.5.0 CFBundleVersion - 40 + 41 diff --git a/Sources/MapboxMaps/MapboxMaps.json b/Sources/MapboxMaps/MapboxMaps.json index 6362dc5aef86..3a15c7e34bbf 100644 --- a/Sources/MapboxMaps/MapboxMaps.json +++ b/Sources/MapboxMaps/MapboxMaps.json @@ -1,3 +1,3 @@ { - "version" : "10.5.0-beta.1" + "version" : "10.5.0-rc.1" }