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.