Skip to content

Commit

Permalink
Update Breez SDK Swift bindings to version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Oct 14, 2024
1 parent 42538b1 commit 5ded5fb
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.6.1"
spec.version = "0.6.2"
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.6.1/breez_sdkFFI.xcframework.zip", checksum: "94212fbed5f71cae83cb652289261893d3e77e2a5559302901de8d4f04d469b1"),
.binaryTarget(name: "breez_sdkFFI", url: "https://github.com/breez/breez-sdk-swift/releases/download/0.6.2/breez_sdkFFI.xcframework.zip", checksum: "2e044c5805699c8bbd25ac2b1ca5aabd30ec2e7da450988e72c0dba661087169"),
.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.6.1"
spec.version = "0.6.2"
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 5ded5fb

Please sign in to comment.