Skip to content

Commit

Permalink
Update Breez SDK Swift bindings to version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Aug 31, 2023
1 parent 724ce6a commit 3a6206f
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.2.1"
spec.version = "0.2.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 @@ -15,7 +15,7 @@ let package = Package(
dependencies: [
],
targets: [
.binaryTarget(name: "breez_sdkFFI", url: "https://github.com/breez/breez-sdk-swift/releases/download/0.2.1/breez_sdkFFI.xcframework.zip", checksum: "1641c6d938a8eb26ecd750bead64b319144907d3d73f91fc5e346795c4d7072f"),
.binaryTarget(name: "breez_sdkFFI", url: "https://github.com/breez/breez-sdk-swift/releases/download/0.2.2/breez_sdkFFI.xcframework.zip", checksum: "07329e775b8f4c11eae5a368e90f2376ac28f0e612f477e807b71f5df641a79d"),
.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.2.1"
spec.version = "0.2.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 3a6206f

Please sign in to comment.