Skip to content

Commit

Permalink
Update BreezSDK to version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed May 7, 2023
1 parent 546cdea commit 1e65aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
],
targets: [
.binaryTarget(name: "breez_sdkFFI", url: "https://github.com/breez/breez-sdk-swift/releases/download/0.0.3/breez_sdkFFI.xcframework.zip", checksum: "2ba06b155a0c4ba200dc2909c673ef1e28a952d3a592f5ea793d1b1241a7b844"),
.binaryTarget(name: "breez_sdkFFI", url: "https://github.com/breez/breez-sdk-swift/releases/download/0.0.4/breez_sdkFFI.xcframework.zip", checksum: "65fadf991e17f0a76f8f843f63ad8af806ccf91181318e6785fa4dda53481fb4"),
.target(name: "BreezSDK", dependencies: ["breez_sdkFFI"]),
]
)

0 comments on commit 1e65aca

Please sign in to comment.