Skip to content

Commit

Permalink
Release v24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana-yan committed Jan 26, 2024
1 parent ddd5b69 commit aa8465c
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.1.0"
let checksum = "ce6d0dee4d0bb5dbe78d28d69668e67b6bd65e4421dfd4202ddafe985dfa18ef"
let version = "24.2.0-beta.1"
let checksum = "36c726f861d12c5c86327a6d1e61c9d2cd246888382f8f17faa68904e92bb8e8"

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

0 comments on commit aa8465c

Please sign in to comment.