Skip to content

Commit 3fcfbef

Browse files
chore(swift): release v0.2.0
1 parent 423bcdf commit 3fcfbef

File tree

2 files changed

+278
-401
lines changed

2 files changed

+278
-401
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import PackageDescription
55

66
// Update tag and checksum when publishing a new Swift binary release.
7-
let tag = "v0.1.0"
8-
let checksum = "0000000000000000000000000000000000000000000000000000000000000000"
7+
let tag = "v0.2.0"
8+
let checksum = "26e1419b0408a12c11c99fb3cec10b336f97b34eaf7fa8b708ae814cec9842d3"
99
let url = "https://github.com/bitcoindevkit/rust-cktap/releases/download/\(tag)/cktapFFI.xcframework.zip"
1010

1111
let package = Package(

0 commit comments

Comments
 (0)