From daf868db4db43c2386830913ee4ddb43a21b92f4 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Thu, 6 Jun 2024 15:56:06 +0000 Subject: [PATCH] Release v24.5.0-beta.3 --- 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 98903b5..36c6b88 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.5.0-beta.2" -let checksum = "b68ef92215841d968050a4c880b5ff2e8152be00cf64736b1ed5020e60a343f4" +let version = "24.5.0-beta.3" +let checksum = "5563e651ce9e71a2e6ceb2d954c33b083e194c9d21b9a912744d84aa7c9869fc" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index a773271..865879a 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.2 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.0-beta.3 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index f823531..5077d90 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.2' + pod 'MapboxCommon', '24.5.0-beta.3' end