diff --git a/Package.swift b/Package.swift index 45f1fcb..8a40df5 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "23.11.1" -let checksum = "03d59eafd6f4adc34e28461757320c6f454e457efc18f1030d9c968e111a49b9" +let version = "23.11.2" +let checksum = "afaee777dd7ec568b7ce09e6ec1072142c3393fba1fb47934e059fd9bdd300b0" let package = Package( name: "MapboxCommon", diff --git a/README.md b/README.md index 5dc6aaa..33bb13b 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: "23.11.1"), +.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "23.11.2"), ``` ##### CocoaPods 📱🖥💻 ```ruby -pod 'MapboxCommon', '23.11.1' +pod 'MapboxCommon', '23.11.2' ``` ##### Carthage 📱 @@ -52,7 +52,7 @@ pod 'MapboxCommon', '23.11.1' Add the following code to your Cartfile. ```bash -binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.11.1 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.11.2 ``` Then run the following command in the Terminal. diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 24fe1be..043aa87 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" == 23.11.1 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.11.2 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index d20f138..9459187 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '11.0' target 'PodInstall' do - pod 'MapboxCommon', '23.11.1' + pod 'MapboxCommon', '23.11.2' end