Skip to content

Commit ea04f7e

Browse files
authored
Bump SDK version to 11.10.0-beta.1 (#2414)
1 parent ac99ab1 commit ea04f7e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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-beta.1 - 20 January, 2025
66

77
* Mark `SymbolElevationReference`, `FillExtrusionBaseAlignment`, `FillExtrusionHeightAlignment`, `ModelScaleMode`, `ModelType`, `ClipLayerTypes`, `BackgroundPitchAlignment` types as Experimental. Initially they were exposed as stable by mistake. If you use them, please import `MapboxMaps` with `Experimental` SPI:
88
```

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.9.0'
3+
maps_version = '11.10.0-beta.1'
44

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

Sources/MapboxMaps/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>11.9.0</string>
18+
<string>11.10.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>142</string>
20+
<string>143</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.9.0"
2+
"version" : "11.10.0-beta.1"
33
}

0 commit comments

Comments
 (0)