diff --git a/README.md b/README.md index 86cf601c..20406a41 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,11 @@ machine api.mapbox.com ###### Using SPM Package 📱🖥💻 ```swift -.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.10.1"), +.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.5.1"), ``` ##### CocoaPods 📱🖥💻 ```ruby -pod 'MapboxCommon', '24.10.1' +pod 'MapboxCommon', '24.5.1' ``` diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 333fb9b2..1fd32092 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.10.1 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.1 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 61e73bd2..d8dff7e1 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.10.1' + pod 'MapboxCommon', '24.5.1' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index b70097bd..a0a61859 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.10.1 + branch: release/v24.5.1 targets: SPMTest: type: application