diff --git a/Package.swift b/Package.swift index 5cc5d61..d700d94 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.4.0-beta.3" -let checksum = "784a7de6022a0fed3b11b9844152b4ec2b5660919a93f181d9ce3e028ab421f0" +let version = "24.4.0-rc.1" +let checksum = "76d22d961cac648fc77ce71f39a5cf528b9122bea95a623b5c6f5e6f0eb9ac5c" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index f543332..20d12e6 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.4.0-beta.3 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.4.0-rc.1 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 476952b..0aa8d3b 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.4.0-beta.3' + pod 'MapboxCommon', '24.4.0-rc.1' end