From 9a21cdb3609f90354c4b465bb41ff7cb7aea658f Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Wed, 5 Jun 2024 17:00:27 +0000 Subject: [PATCH] Release v24.5.0-beta.2 --- Package.swift | 4 ++-- Tests/Integration/Carthage/Cartfile | 2 +- Tests/Integration/CocoaPods/Podfile | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index 1bbfaca..98903b5 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.5.0-beta.1" -let checksum = "e6d4425ea5ddab2d9acb8c4c248127f22ec1cdc8dc9f1450cb481ce27d80625f" +let version = "24.5.0-beta.2" +let checksum = "b68ef92215841d968050a4c880b5ff2e8152be00cf64736b1ed5020e60a343f4" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 24911d4..a773271 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.5.0-beta.1 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.0-beta.2 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index cee8905..f823531 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.5.0-beta.1' + pod 'MapboxCommon', '24.5.0-beta.2' end