diff --git a/Package.swift b/Package.swift index 63cfa782..6bd3c24e 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.9.0-daily-2024-11-10-04-25" -let commonChecksum = "dfcd9c9b7b3a52edaac2cd63fb6690133d05e82a9b38ccfcfdb04b2d9a3922c1" +let commonVersion = "24.9.0-daily-2024-11-11-04-26" +let commonChecksum = "804fd901e142f8b3945e64d6306c63b0692b254e2fedec26b98e286c59916918" let turfVersion = "4.0.0-beta.1" diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 3a8f2551..65720093 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.9.0-daily-2024-11-10-04-25' + pod 'MapboxCommon', '24.9.0-daily-2024-11-11-04-26' end