Skip to content

Commit

Permalink
Update SDK version (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
OdNairy committed Jan 26, 2023
1 parent b22fb4e commit a2a0dda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.11.0-beta.1'
maps_version = '10.11.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.11.0</string>
<key>CFBundleVersion</key>
<string>61</string>
<string>62</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.11.0-beta.1"
"version" : "10.11.0-rc.1"
}

0 comments on commit a2a0dda

Please sign in to comment.