Skip to content

Commit

Permalink
Publish Package.swift and bump version to 0.1.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Archdoog authored and github-actions[bot] committed Jan 26, 2025
1 parent d747a29 commit 40ccc27
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.5"
let version: String = "0.1.6"
let binaryURL: String =
"https://github.com/Rallista/valhalla-mobile/releases/download/\(version)/valhalla-wrapper.xcframework.zip"
let binaryChecksum: String = "976a523afca1117e962207db243d60430216c86d9a90b43ff33332dbd53006c9"
let binaryChecksum: String = "34af76afb81a32859e27bc86531ca358ec2637aebfec8512da48d2b3ec32c3ea"

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.5
0.1.6

0 comments on commit 40ccc27

Please sign in to comment.