diff --git a/Package.swift b/Package.swift index 02de0cd2..b86fcedc 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "23.11.3" -let checksum = "3869d3f5250c5e0474f4bbfcee1340263413fbfde22f0faddd0b6bac85e9baf5" +let version = "23.11.4" +let checksum = "723ebe5415ad82091cb70f25ace357a4594f071861abffb9632200c2de0820ae" let package = Package( name: "MapboxCommon", diff --git a/README.md b/README.md index e77bb776..9e39562b 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.3"), +.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "23.11.4"), ``` ##### CocoaPods 📱🖥💻 ```ruby -pod 'MapboxCommon', '23.11.3' +pod 'MapboxCommon', '23.11.4' ``` ##### Carthage 📱 @@ -52,7 +52,7 @@ pod 'MapboxCommon', '23.11.3' Add the following code to your Cartfile. ```bash -binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.11.3 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.11.4 ``` Then run the following command in the Terminal. diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index ef575c85..7832afb5 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.3 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.11.4 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index bddb7f61..66ef4d2e 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.3' + pod 'MapboxCommon', '23.11.4' end