Skip to content

Commit

Permalink
Release v24.6.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana-yan committed Jun 26, 2024
1 parent 7f157d7 commit 2b77809
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import PackageDescription
import Foundation

let version = "24.5.0-rc.1"
let checksum = "790418943b786e4519b451061e851fd5e30a7c1488272edc84200b1ad2ca16ad"
let version = "24.6.0-alpha.1"
let checksum = "744957b23be0250e7eb05f5864b7d967c52c9213c7d143d72ecf11128bf2fa07"

let package = Package(
name: "MapboxCommon",
Expand All @@ -27,5 +27,5 @@ let package = Package(
dependencies: ["MapboxCommon"]
)
],
cxxLanguageStandard: .cxx14
cxxLanguageStandard: .cxx17
)
2 changes: 1 addition & 1 deletion Tests/Integration/Carthage/Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.0-rc.1
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.6.0-alpha.1
2 changes: 1 addition & 1 deletion Tests/Integration/CocoaPods/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
platform :ios, '11.0'

target 'PodInstall' do
pod 'MapboxCommon', '24.5.0-rc.1'
pod 'MapboxCommon', '24.6.0-alpha.1'
end

0 comments on commit 2b77809

Please sign in to comment.