Skip to content

Commit

Permalink
[release] Bump to v24.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DorkMatter committed Feb 9, 2024
1 parent ecdecb6 commit 4963a2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.2.0-beta.1"
let checksum = "36c726f861d12c5c86327a6d1e61c9d2cd246888382f8f17faa68904e92bb8e8"
let version = "24.2.0-rc.1"
let checksum = "041a3ec141e4fca01056633c6a116e19bfe3bedab85b4276cb3cd21d8e1ebe99"

let package = Package(
name: "MapboxCommon",
Expand Down
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.2.0-beta.1
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.2.0-rc.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.2.0-beta.1'
pod 'MapboxCommon', '24.2.0-rc.1'
end

0 comments on commit 4963a2d

Please sign in to comment.