From 7e3b4bcbcd4eeda7e5225d869ffc8ea0c49a0dd4 Mon Sep 17 00:00:00 2001 From: Sergey Akentev Date: Mon, 25 Nov 2024 11:38:02 +0200 Subject: [PATCH] Release v24.9.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 33e346e..eedfda8 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let commonVersion = "24.9.0-daily-2024-11-25-04-25" -let commonChecksum = "8c6f65f942df415f0685d7193d7f8d86d116bf09021c839625f35eaa084d8105" +let commonVersion = "24.9.0-beta.1" +let commonChecksum = "3bf7bc632c40b762a76fbca30cf7e84f280e983b1f16809b53946c7dae81d8d3" let turfVersion: Version = "4.0.0-beta.1" diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index b40cabf..81573c7 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.9.0-daily-2024-11-25-04-25 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.9.0-beta.1 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 821efa1..1b2f4bb 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '12.0' target 'PodInstall' do - pod 'MapboxCommon', '24.9.0-daily-2024-11-25-04-25' + pod 'MapboxCommon', '24.9.0-beta.1' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 811d5d2..47f6cff 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/v24.9.0-daily-2024-11-25-04-25 + branch: release/v24.9.0-beta.1 targets: SPMTest: type: application