diff --git a/Package.swift b/Package.swift index 269ef65..cc0bca8 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.7.0-rc.2" -let checksum = "ad1ba5342a5224c595a771f6d989bf60c72808ff3b74f576768cddec12b83022" +let version = "24.8.0-daily-2024-09-18-08-39" +let checksum = "ae391f39c23555d4446da339350ae4d01a571ab151f66a43067676146f2cc050" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 7989389..cf5a8b8 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" == 24.7.0-rc.2 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.8.0-daily-2024-09-18-08-39 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 74d7a48..6b1456b 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '11.0' target 'PodInstall' do - pod 'MapboxCommon', '24.7.0-rc.2' + pod 'MapboxCommon', '24.8.0-daily-2024-09-18-08-39' end