From ddd5b69afc2661facddda442b8de44a1e43fbf92 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Fri, 12 Jan 2024 09:53:57 +0000 Subject: [PATCH] Release v24.1.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 09c6c65..63dc531 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.1.0-rc.1" -let checksum = "e4f6ca0783e1c7dcc9aac46a178ff1e688765e6daeb19949d95b90980a248704" +let version = "24.1.0" +let checksum = "ce6d0dee4d0bb5dbe78d28d69668e67b6bd65e4421dfd4202ddafe985dfa18ef" let package = Package( name: "MapboxCommon", diff --git a/README.md b/README.md index 12b3053..2dfb4ba 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: "24.1.0"), ``` ##### CocoaPods 📱🖥💻 ```ruby -pod 'MapboxCommon', '23.8.6' +pod 'MapboxCommon', '24.1.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" == 24.1.0 ``` Then run the following command in the Terminal. diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 6842750..7339abb 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.1.0-rc.1 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.1.0 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index bf08264..c7a6b44 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.1.0-rc.1' + pod 'MapboxCommon', '24.1.0' end