diff --git a/Package.swift b/Package.swift index 3fd43c4..4f967ca 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.8.0-rc.1" -let checksum = "479c58857d37e641e0c727729eee5ed5afee2d11fd68dbf4431857ca2e66198a" +let version = "24.9.0-daily-2024-10-26-04-25" +let checksum = "f691933a0437c57335c4fc4d476e7c941f5f1eda6ec0be8d62d6610369f65e5c" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index db19d5e..437edf4 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.8.0-rc.1 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.9.0-daily-2024-10-26-04-25 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index ee53a6a..9802f9d 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '12.0' target 'PodInstall' do - pod 'MapboxCommon', '24.8.0-rc.1' + pod 'MapboxCommon', '24.9.0-daily-2024-10-26-04-25' end