Skip to content

Commit

Permalink
Update Swift bindings to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK release tagger committed Jul 27, 2024
1 parent d86c114 commit f08fcc0
Show file tree
Hide file tree
Showing 4 changed files with 353 additions and 35 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.1.4"
spec.version = "0.2.0"
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 @@ -13,7 +13,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.1.4/breez_sdk_liquidFFI.xcframework.zip", checksum: "4d946ae8d1c9edbd69affbd2723fd24915ce0e1e923881cdbcbac9a325d7b106"),
.binaryTarget(name: "breez_sdk_liquidFFI", url: "https://github.com/breez/breez-sdk-liquid-swift/releases/download/0.2.0/breez_sdk_liquidFFI.xcframework.zip", checksum: "cf96eaed7089063e2a151a8356cd484ad80bf37bce6b8d61fd0365d095741d8d"),
.target(name: "BreezSDKLiquid", dependencies: ["breez_sdk_liquidFFI"]),
]
)
Loading

0 comments on commit f08fcc0

Please sign in to comment.