Skip to content

Commit

Permalink
[release] Bump to v24.2.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfedorovdev committed Feb 13, 2024
1 parent 75f6e1f commit f082e51
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-rc.1"
let checksum = "041a3ec141e4fca01056633c6a116e19bfe3bedab85b4276cb3cd21d8e1ebe99"
let version = "24.2.0-rc.2"
let checksum = "e1ed4ece7cc50ba4fc080b8152db8acb00cdff135523426cb07aba36004cd306"

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-rc.1
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.2.0-rc.2
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-rc.1'
pod 'MapboxCommon', '24.2.0-rc.2'
end

0 comments on commit f082e51

Please sign in to comment.