Skip to content

Commit

Permalink
Update Breez SDK Swift bindings to version 0.4.3-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jun 24, 2024
1 parent f05d689 commit f77009b
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 132 deletions.
2 changes: 1 addition & 1 deletion BreezSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BreezSDK"
spec.version = "0.4.2-rc3"
spec.version = "0.4.3-rc1"
spec.license = { :type => "MIT" }
spec.summary = "Swift bindings to the Breez SDK"
spec.homepage = "https://breez.technology"
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.library(name: "BreezSDK", targets: ["breez_sdkFFI", "BreezSDK"]),
],
targets: [
.binaryTarget(name: "breez_sdkFFI", url: "https://github.com/breez/breez-sdk-swift/releases/download/0.4.2-rc3/breez_sdkFFI.xcframework.zip", checksum: "d4c933aa23bf13090cbf7092473096623f8547e9b6c2a175af4e368e358ef097"),
.binaryTarget(name: "breez_sdkFFI", url: "https://github.com/breez/breez-sdk-swift/releases/download/0.4.3-rc1/breez_sdkFFI.xcframework.zip", checksum: "f2facaecf0978d0e7341479ee9fed7816d3cafd26754d144f1e4cb49ed19a7c3"),
.target(name: "BreezSDK", dependencies: ["breez_sdkFFI"]),
]
)
Loading

0 comments on commit f77009b

Please sign in to comment.