From 2093db0db3286197a9a3328da7fe633d6b96ac02 Mon Sep 17 00:00:00 2001 From: Release SDK bot for Core SDK team Date: Fri, 2 Aug 2024 08:59:32 +0000 Subject: [PATCH] Release v24.7.0-alpha.6 --- 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 b80ce28..2cbb213 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.6.0-rc.1" -let checksum = "267acee9e0332cecb94adecc4feb1e1a3d9bebb076a92e45647d0b262d55560e" +let version = "24.7.0-alpha.6" +let checksum = "eff7894bf227a125fdb328414b757e0345a48ef8cf492776fc1cf2a71a28f9ba" let package = Package( name: "MapboxCommon", diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 1307369..b05589e 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.6.0-rc.1 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.7.0-alpha.6 diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index 9da47c7..347f142 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.6.0-rc.1' + pod 'MapboxCommon', '24.7.0-alpha.6' end