diff --git a/Package.swift b/Package.swift index 083d963..210b594 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.7.0-daily-2024-08-22-08-54" -let checksum = "0da04e8be1d6ad0465587ed63c3a284bd15d03dae0b6dca58fc7291aa4273bbb" +let version = "24.7.0-daily-2024-08-23-04-28" +let checksum = "1f98c5b6a6b6a0d4f913bc45a127b8ec88ae4a7b620c311b30123ee69f1e6e14" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index f34a84c..646aefd 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-daily-2024-08-22-08-54 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.7.0-daily-2024-08-23-04-28 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 33c3db9..26b5fb2 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-daily-2024-08-22-08-54' + pod 'MapboxCommon', '24.7.0-daily-2024-08-23-04-28' end