diff --git a/Package.swift b/Package.swift index 2cbb213..b043562 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.7.0-alpha.6" -let checksum = "eff7894bf227a125fdb328414b757e0345a48ef8cf492776fc1cf2a71a28f9ba" +let version = "24.6.0" +let checksum = "de3b3bcbda846a43269d476c03eaababb071fa194d9c15eb47677c337d0ac6fa" let package = Package( name: "MapboxCommon", diff --git a/README.md b/README.md index 7aab10e..cb47dc3 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ machine api.mapbox.com ###### Using SPM Package 📱🖥💻 ```swift -.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.5.0"), +.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.6.0"), ``` ##### CocoaPods 📱🖥💻 ```ruby -pod 'MapboxCommon', '24.5.0' +pod 'MapboxCommon', '24.6.0' ``` ##### Carthage 📱 @@ -52,7 +52,7 @@ pod 'MapboxCommon', '24.5.0' Add the following code to your Cartfile. ```bash -binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.0 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.6.0 ``` Then run the following command in the Terminal. diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index b05589e..76a977e 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.7.0-alpha.6 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.6.0 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 347f142..a667db6 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.7.0-alpha.6' + pod 'MapboxCommon', '24.6.0' end