From cbfd2e418788f99fa438949ec0eb758fa5bac7df Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Mon, 19 Feb 2024 14:54:15 +0000 Subject: [PATCH] Release v23.9.0 --- Package.swift | 4 ++-- README.md | 6 +++--- Tests/Integration/Carthage/Cartfile | 2 +- Tests/Integration/CocoaPods/Podfile | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index 58447c9..0b89bc9 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "23.8.6" -let checksum = "0e03713c83917ff68f048c99f84793935530f85463636e361108f7c210defcca" +let version = "23.9.0" +let checksum = "fbc72014d81d80cd1e31c7b1ce2b51b4a08777ef558fd33aa58cb6257350b2d8" let package = Package( name: "MapboxCommon", diff --git a/README.md b/README.md index 12b3053..e02c50c 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.8.6"), +.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "23.9.0"), ``` ##### CocoaPods 📱🖥💻 ```ruby -pod 'MapboxCommon', '23.8.6' +pod 'MapboxCommon', '23.9.0' ``` ##### Carthage 📱 @@ -52,7 +52,7 @@ pod 'MapboxCommon', '23.8.6' Add the following code to your Cartfile. ```bash -binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.8.6 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.9.0 ``` Then run the following command in the Terminal. diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 4cb12f6..5e5e2ad 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.8.6 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.9.0 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 7ed7cf2..f04c401 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.8.6' + pod 'MapboxCommon', '23.9.0' end