diff --git a/Package.swift b/Package.swift index 2890ed7..ab4bcc3 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.8.0-daily-2024-09-29-04-25" -let checksum = "efdb7859c6ab58ec4d28c3d620b487bf36fa5b8cd27ac3c4e7e4428ce4d603f8" +let version = "24.8.0-daily-2024-09-30-04-26" +let checksum = "5e4acf4559e6bfc4eb48255b7a64052455fa67d46886237ac532b8f12a8afe00" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 8106a49..c86ded4 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-09-29-04-25 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.8.0-daily-2024-09-30-04-26 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index bb5747a..13c94b4 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-09-29-04-25' + pod 'MapboxCommon', '24.8.0-daily-2024-09-30-04-26' end