Skip to content

Commit

Permalink
Publish Package.swift and bump version to 0.1.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Archdoog authored and github-actions[bot] committed Oct 20, 2024
1 parent a7c43e9 commit db515d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var binaryTarget: Target = .binaryTarget(
// CI will replace the nils with the actual values when building a release
let binaryURL: String =
"https://github.com/Rallista/valhalla-mobile/releases/download/v0.0.23/valhalla-wrapper.xcframework.zip"
let binaryChecksum: String = "674065068873fb864dcc9f4b52fe863969032ee0e0febf0b0cd33e24d59a2005"
let binaryChecksum: String = "e9bc7d756437cc228f4345c1921a7b4c663306d859dec98d723e4eba710e6fd0"

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.1
0.1.2

0 comments on commit db515d8

Please sign in to comment.