Skip to content

Commit 5ccf19d

Browse files
committed
Bump version to 0.5.0
1 parent 356ff39 commit 5ccf19d

File tree

2 files changed

+439
-439
lines changed

2 files changed

+439
-439
lines changed

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ let package = Package(
2222
targets: [
2323
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
2424
// Targets can depend on other targets in this package, and on products in packages this package depends on.
25-
// .binaryTarget(
26-
// name: "bdkFFI",
27-
// url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.3.0/bdkFFI.xcframework.zip",
28-
// checksum: "7d4a2fdeb03fb3eff107e45ee3148dd9b67966406c82d6e3c19f653c27180cfd"),
29-
.binaryTarget(name: "bdkFFI", path: "./bdkFFI.xcframework"),
25+
.binaryTarget(
26+
name: "bdkFFI",
27+
url: "https://github.com/bitcoindevkit/bdk-swift/releases/download/0.5.0/bdkFFI.xcframework.zip",
28+
checksum: "fa4676d4f019054a49dba2952b5bf37b9cd3f6ab31f679fd0a78b9def8d8c640"),
29+
// .binaryTarget(name: "bdkFFI", path: "./bdkFFI.xcframework"),
3030
.target(
3131
name: "BitcoinDevKit",
3232
dependencies: ["bdkFFI"]),

0 commit comments

Comments
 (0)