diff --git a/Package.swift b/Package.swift index 107306f..b52a25d 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.6.1" -let checksum = "d32d6663bc4ff5239471409d585046a4bbd41c13379085901ddff861aab0e08e" +let version = "24.6.2" +let checksum = "8915c80b5f08ac3465f598cb2676261cbbe3ffbc77d16c22e4ed18c623cf1856" let package = Package( name: "MapboxCommon", diff --git a/README.md b/README.md index e5f29d7..e90f64a 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.6.1"), +.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.6.2"), ``` ##### CocoaPods 📱🖥💻 ```ruby -pod 'MapboxCommon', '24.6.1' +pod 'MapboxCommon', '24.6.2' ``` ##### Carthage 📱 @@ -52,7 +52,7 @@ pod 'MapboxCommon', '24.6.1' Add the following code to your Cartfile. ```bash -binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.6.1 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.6.2 ``` Then run the following command in the Terminal. diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 691ac43..d8ea0bd 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.6.1 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.6.2 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 9304616..2dfbc79 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.6.1' + pod 'MapboxCommon', '24.6.2' end