Skip to content

Commit

Permalink
Update Swift bindings to version 0.5.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK release tagger committed Oct 27, 2024
1 parent 3b89751 commit ab3b27c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BreezSDKLiquid.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "BreezSDKLiquid"
spec.version = "0.5.0-rc2"
spec.version = "0.5.0-rc3"
spec.license = { :type => "MIT" }
spec.summary = "Swift bindings to the Breez Liquid 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(
.library(name: "BreezSDKLiquid", targets: ["breez_sdk_liquidFFI", "BreezSDKLiquid"]),
],
targets: [
.binaryTarget(name: "breez_sdk_liquidFFI", url: "https://github.com/breez/breez-sdk-liquid-swift/releases/download/0.5.0-rc2/breez_sdk_liquidFFI.xcframework.zip", checksum: "a4a5e450fe50d48dd2aa7874c4a48627d3e1a70e52b313cc2b08269928642b1d"),
.binaryTarget(name: "breez_sdk_liquidFFI", url: "https://github.com/breez/breez-sdk-liquid-swift/releases/download/0.5.0-rc3/breez_sdk_liquidFFI.xcframework.zip", checksum: "c0a0cebde58f17c695911e312d682df8b0fbe514750bb7d32ec8b34073233611"),
.target(name: "BreezSDKLiquid", dependencies: ["breez_sdk_liquidFFI"]),
]
)
2 changes: 1 addition & 1 deletion breez_sdk_liquidFFI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "breez_sdk_liquidFFI"
spec.version = "0.5.0-rc2"
spec.version = "0.5.0-rc3"
spec.license = { :type => "MIT" }
spec.summary = "Low-level bindings to the Breez Liquid SDK Rust API"
spec.homepage = "https://breez.technology"
Expand Down

0 comments on commit ab3b27c

Please sign in to comment.