diff --git a/Package.swift b/Package.swift index b86fcedc..d77b7146 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "23.11.4" -let checksum = "723ebe5415ad82091cb70f25ace357a4594f071861abffb9632200c2de0820ae" +let version = "23.12.0-alpha.1" +let checksum = "b3763a38b23f96b4b3a664f3a8a8e1528c1888320ee0b38cdda45c03a2d94077" let package = Package( name: "MapboxCommon", diff --git a/README.md b/README.md index 9e39562b..7d934086 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ machine api.mapbox.com ###### Using SPM Package 📱🖥💻 ```swift -.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "23.11.4"), +.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "23.12.0-alpha.1"), ``` ##### CocoaPods 📱🖥💻 ```ruby -pod 'MapboxCommon', '23.11.4' +pod 'MapboxCommon', '23.12.0-alpha.1' ``` ##### Carthage 📱 @@ -52,7 +52,7 @@ pod 'MapboxCommon', '23.11.4' Add the following code to your Cartfile. ```bash -binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.11.4 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.12.0-alpha.1 ``` Then run the following command in the Terminal. diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 7832afb5..85e49302 100644 --- a/Tests/Integration/Carthage/Cartfile +++ b/Tests/Integration/Carthage/Cartfile @@ -1 +1 @@ -binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.11.4 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.12.0-alpha.1 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 66ef4d2e..d2f1e1ff 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '11.0' target 'PodInstall' do - pod 'MapboxCommon', '23.11.4' + pod 'MapboxCommon', '23.12.0-alpha.1' end