diff --git a/Package.swift b/Package.swift index 7986fd5..9f4cc5a 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "23.8.0" -let checksum = "a59de23fb0e1954c08feeffa1a622dfdf5ee63190e6e7fec3824effb29f801db" +let version = "24.0.0-beta.4" +let checksum = "fe9177be1fd5a6716130ef7bce54b8683f3ff49a5fdf9f209b0a1a1d1e38e8d2" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 3ca81ca..770c6b2 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.8.0 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.0.0-beta.4 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 68531e2..e7829ad 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.8.0' + pod 'MapboxCommon', '24.0.0-beta.4' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 812ae6c..454d0dc 100644 --- a/Tests/Integration/SPM/project.yml +++ b/Tests/Integration/SPM/project.yml @@ -4,7 +4,7 @@ options: packages: MapboxCommon: url: git@github.com:mapbox/mapbox-common-ios.git - branch: release-v23.8.0 + branch: release-v24.0.0-beta.4 targets: SPMTest: type: application