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