Skip to content

Commit b11e288

Browse files
authored
Bump SDK version to 11.10.0-rc.1 (#2438)
1 parent 5f6cd79 commit b11e288

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5-
## main
5+
## 11.10.0-rc.1 - 31 January, 2025
66

77
* Promote `ClipLayer.clipLayerTypes` and `ClipLayer.clipLayerScope` to stable.
88
* Remove experimental `DirectionalLight.shadowQuality`.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MapboxMaps.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |m|
22

3-
maps_version = '11.10.0-beta.1'
3+
maps_version = '11.10.0-rc.1'
44

55
m.name = 'MapboxMaps'
66
m.version = maps_version

Sources/MapboxMaps/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>11.10.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>143</string>
20+
<string>144</string>
2121
</dict>
2222
</plist>

Sources/MapboxMaps/MapboxMaps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version" : "11.10.0-beta.1"
2+
"version" : "11.10.0-rc.1"
33
}

0 commit comments

Comments
 (0)