Skip to content

Commit

Permalink
Update Swift bindings to version 0.3.5-dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK release tagger committed Sep 26, 2024
1 parent d1b44db commit a59a39b
Show file tree
Hide file tree
Showing 4 changed files with 414 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.3.4"
spec.version = "0.3.5-dev1"
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.3.4/breez_sdk_liquidFFI.xcframework.zip", checksum: "ad5676758e9ce3c83362c426388497a659f2efa726fa517e971595335e191fbd"),
.binaryTarget(name: "breez_sdk_liquidFFI", url: "https://github.com/breez/breez-sdk-liquid-swift/releases/download/0.3.5-dev1/breez_sdk_liquidFFI.xcframework.zip", checksum: "316cc7f4ce36768d7dfdd1020d5d39a5d66a36b1c389fd885e4974fcafe23996"),
.target(name: "BreezSDKLiquid", dependencies: ["breez_sdk_liquidFFI"]),
]
)
Loading

0 comments on commit a59a39b

Please sign in to comment.