Skip to content

Commit a95a623

Browse files
committed
Release v23.12.0-alpha.1
1 parent 5449a81 commit a95a623

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import PackageDescription
55
import Foundation
66

7-
let version = "23.11.4"
8-
let checksum = "723ebe5415ad82091cb70f25ace357a4594f071861abffb9632200c2de0820ae"
7+
let version = "23.12.0-alpha.1"
8+
let checksum = "b3763a38b23f96b4b3a664f3a8a8e1528c1888320ee0b38cdda45c03a2d94077"
99

1010
let package = Package(
1111
name: "MapboxCommon",

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,21 @@ machine api.mapbox.com
3838
###### Using SPM Package 📱🖥💻
3939

4040
```swift
41-
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "23.11.4"),
41+
.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "23.12.0-alpha.1"),
4242
```
4343

4444
##### CocoaPods 📱🖥💻
4545

4646
```ruby
47-
pod 'MapboxCommon', '23.11.4'
47+
pod 'MapboxCommon', '23.12.0-alpha.1'
4848
```
4949

5050
##### Carthage 📱
5151

5252
Add the following code to your Cartfile.
5353

5454
```bash
55-
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.11.4
55+
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.12.0-alpha.1
5656
```
5757

5858
Then run the following command in the Terminal.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.11.4
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.12.0-alpha.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
platform :ios, '11.0'
22

33
target 'PodInstall' do
4-
pod 'MapboxCommon', '23.11.4'
4+
pod 'MapboxCommon', '23.12.0-alpha.1'
55
end

0 commit comments

Comments
 (0)