Skip to content

Commit

Permalink
Publish Package.swift and bump version to 0.1.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Archdoog authored and github-actions[bot] committed Oct 22, 2024
1 parent 501c61b commit ae26090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ var binaryTarget: Target = .binaryTarget(
)

// CI will replace the nils with the actual values when building a release
let version: String = "0.1.3"
let version: String = ""
let binaryURL: String =
"https://github.com/Rallista/valhalla-mobile/releases/download/\(version)/valhalla-wrapper.xcframework.zip"
let binaryChecksum: String = "9d415562cf371b5df6a4a1536c05ff8c91194da943279387f74a03bf2ff95a65"
let binaryChecksum: String = "55cc42fb0aa758f65e320155b1c612a2a830fe1d0fcbad62f0c040ec4c00705e"

if !useLocalBinary {
binaryTarget = .binaryTarget(
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4

0 comments on commit ae26090

Please sign in to comment.