From 4c223556342ac9bfed04595228896898ae7687c4 Mon Sep 17 00:00:00 2001 From: anhnguyen1618 Date: Fri, 14 Jul 2023 18:00:01 +0300 Subject: [PATCH] [release] Release v24.0.0-beta.1 --- Package.swift | 4 ++-- Tests/Integration/Carthage/Cartfile | 2 +- Tests/Integration/CocoaPods/Podfile | 2 +- Tests/Integration/SPM/project.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 3cddbce..4bb2f66 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "23.7.0-rc.1" -let checksum = "a86c0638632d0b435ae9ffec819adf11a3e70eb6e1faa175d58185c48729bfb7" +let version = "24.0.0-beta.1" +let checksum = "cd37dd3a3e62e7b21d2242edec36e6172c9675c9e55a0f5c0346da5a93ae10b7" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 4ff609a..cd8c461 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.7.0-rc.1 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.0.0-beta.1 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 5ce2fbe..c3135d2 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.7.0-rc.1' + pod 'MapboxCommon', '24.0.0-beta.1' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index f94ef1a..1fd2b2c 100644 --- a/Tests/Integration/SPM/project.yml +++ b/Tests/Integration/SPM/project.yml @@ -4,7 +4,7 @@ options: packages: MapboxCommon: url: git@github.com:mapbox/mapbox-common-ios.git - branch: release-v23.7.0-rc.1 + branch: release-v24.0.0-beta.1 targets: SPMTest: type: application