Skip to content

Commit

Permalink
[release] Release v24.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnguyen1618 committed Jul 14, 2023
1 parent 45d94c1 commit 4c22355
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 = "23.7.0-rc.1"
let checksum = "a86c0638632d0b435ae9ffec819adf11a3e70eb6e1faa175d58185c48729bfb7"
let version = "24.0.0-beta.1"
let checksum = "cd37dd3a3e62e7b21d2242edec36e6172c9675c9e55a0f5c0346da5a93ae10b7"

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" == 23.7.0-rc.1
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.0.0-beta.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', '23.7.0-rc.1'
pod 'MapboxCommon', '24.0.0-beta.1'
end
2 changes: 1 addition & 1 deletion Tests/Integration/SPM/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ options:
packages:
MapboxCommon:
url: [email protected]:mapbox/mapbox-common-ios.git
branch: release-v23.7.0-rc.1
branch: release-v24.0.0-beta.1
targets:
SPMTest:
type: application
Expand Down

0 comments on commit 4c22355

Please sign in to comment.