Skip to content

Commit

Permalink
Update Breez SDK Swift bindings to version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Jul 14, 2023
1 parent 0c8cfd4 commit 1e265c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.2"
spec.version = "0.1.3"
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 @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
],
targets: [
.binaryTarget(name: "breez_sdkFFI", url: "https://github.com/breez/breez-sdk-swift/releases/download/0.1.2/breez_sdkFFI.xcframework.zip", checksum: "b76de373170fe841bde3d8b7677644732ab0794bdf896703b7a3c127c95d9feb"),
.binaryTarget(name: "breez_sdkFFI", url: "https://github.com/breez/breez-sdk-swift/releases/download/0.1.3/breez_sdkFFI.xcframework.zip", checksum: "48d39ec3e6849b5a5c240f3d5ae80dcba57b16d4828f60d97b9a490923ff0082"),
.target(name: "BreezSDK", dependencies: ["breez_sdkFFI"]),
]
)
2 changes: 1 addition & 1 deletion breez_sdkFFI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "breez_sdkFFI"
spec.version = "0.1.2"
spec.version = "0.1.3"
spec.license = { :type => "MIT" }
spec.summary = "Low-level bindings to the Breez SDK Rust API"
spec.homepage = "https://breez.technology"
Expand Down

0 comments on commit 1e265c7

Please sign in to comment.