Skip to content

Commit

Permalink
Release vX.X.X
Browse files Browse the repository at this point in the history
  • Loading branch information
persidskiy committed Jan 26, 2024
1 parent a1af1a2 commit 5028c4b
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 = "23.8.6"
let checksum = "0e03713c83917ff68f048c99f84793935530f85463636e361108f7c210defcca"
let version = "X.X.X"
let checksum = "check_sum"

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

0 comments on commit 5028c4b

Please sign in to comment.