Skip to content

Commit

Permalink
Release v24.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Release SDK bot for Core SDK team authored and Distiller committed Sep 14, 2023
1 parent 8dc3253 commit 800a4f9
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 = "24.0.0-beta.4"
let checksum = "fe9177be1fd5a6716130ef7bce54b8683f3ff49a5fdf9f209b0a1a1d1e38e8d2"
let version = "24.0.0-beta.5"
let checksum = "2c0a62947da029db4fca2d856a144284d09859f42c90a5be7175c601c624a13b"

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.0.0-beta.4
binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.0.0-beta.5
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.0.0-beta.4'
pod 'MapboxCommon', '24.0.0-beta.5'
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-v24.0.0-beta.4
branch: release-v24.0.0-beta.5
targets:
SPMTest:
type: application
Expand Down

0 comments on commit 800a4f9

Please sign in to comment.