diff --git a/Package.swift b/Package.swift index 4d2d6b6..4e4ebc1 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.8.0-daily-2024-10-04-09-21" -let checksum = "af6700c0c3af1465fe4802fe191fde46717e454ba02920782d8e2d712fe32285" +let version = "24.8.0-daily-2024-10-06-04-25" +let checksum = "96b98d89e9975644fe92a49fc3cde116c3c6b2d35625d60c3657f7e0de7a2ff9" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 48fa1e7..f368121 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-daily-2024-10-04-09-21 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.8.0-daily-2024-10-06-04-25 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index b809820..555afc7 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-daily-2024-10-04-09-21' + pod 'MapboxCommon', '24.8.0-daily-2024-10-06-04-25' end