diff --git a/Package.swift b/Package.swift index d77b714..13af0fe 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "23.12.0-alpha.1" -let checksum = "b3763a38b23f96b4b3a664f3a8a8e1528c1888320ee0b38cdda45c03a2d94077" +let version = "23.12.0-alpha.2" +let checksum = ""47cb38b8f82bfc36cc789006b8b486394deabef2018d290f786a29ec7800d602"" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 85e4930..62a3b20 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.12.0-alpha.1 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.12.0-alpha.2 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index d2f1e1f..75777a7 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.12.0-alpha.1' + pod 'MapboxCommon', '23.12.0-alpha.2' end