diff --git a/Package.swift b/Package.swift index 9f4cc5a..0bd116b 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.0.0-beta.4" -let checksum = "fe9177be1fd5a6716130ef7bce54b8683f3ff49a5fdf9f209b0a1a1d1e38e8d2" +let version = "24.0.0-beta.5" +let checksum = "2c0a62947da029db4fca2d856a144284d09859f42c90a5be7175c601c624a13b" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 770c6b2..498cf78 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.0.0-beta.4 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.0.0-beta.5 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index e7829ad..65ec6d2 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.0.0-beta.4' + pod 'MapboxCommon', '24.0.0-beta.5' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 454d0dc..6d313f6 100644 --- a/Tests/Integration/SPM/project.yml +++ b/Tests/Integration/SPM/project.yml @@ -4,7 +4,7 @@ options: packages: MapboxCommon: url: git@github.com:mapbox/mapbox-common-ios.git - branch: release-v24.0.0-beta.4 + branch: release-v24.0.0-beta.5 targets: SPMTest: type: application