Skip to content

Commit

Permalink
Update Breez SDK Swift bindings to version 0.4.1-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed May 8, 2024
1 parent 687a6a0 commit 536d9fe
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 69 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.0"
spec.version = "0.4.1-rc2"
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.0/breez_sdkFFI.xcframework.zip", checksum: "35980e6ae7ef4552a5bf5680432e91cd437d71d15c3ff3edbf4994f814353b57"),
.binaryTarget(name: "breez_sdkFFI", url: "https://github.com/breez/breez-sdk-swift/releases/download/0.4.1-rc2/breez_sdkFFI.xcframework.zip", checksum: "6721bf526ebbb00234b50906feb4ff88c853406a4f0705030de3c22e9defa4df"),
.target(name: "BreezSDK", dependencies: ["breez_sdkFFI"]),
]
)
Loading

0 comments on commit 536d9fe

Please sign in to comment.