Skip to content

Commit 08817d9

Browse files
Release SDK bot for Core SDK teamtatiana-yan
authored andcommitted
Release v23.12.0-alpha.2
1 parent 7997c74 commit 08817d9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import PackageDescription
55
import Foundation
66

7-
let version = "23.12.0-alpha.1"
8-
let checksum = "b3763a38b23f96b4b3a664f3a8a8e1528c1888320ee0b38cdda45c03a2d94077"
7+
let version = "23.12.0-alpha.2"
8+
let checksum = ""47cb38b8f82bfc36cc789006b8b486394deabef2018d290f786a29ec7800d602""
99

1010
let package = Package(
1111
name: "MapboxCommon",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.12.0-alpha.1
1+
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 23.12.0-alpha.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
platform :ios, '11.0'
22

33
target 'PodInstall' do
4-
pod 'MapboxCommon', '23.12.0-alpha.1'
4+
pod 'MapboxCommon', '23.12.0-alpha.2'
55
end

0 commit comments

Comments
 (0)