mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 05:44:20 +01:00
Bump SDK used in snippets to v0.3.1
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/breez/breez-sdk-swift",
|
||||
"state" : {
|
||||
"revision" : "73c7bf88ce51471f4a6313aa583fa1a5394442f7",
|
||||
"version" : "0.2.15"
|
||||
"revision" : "a1b7c9065c2803d86d736850969dfe9fdbdde5b0",
|
||||
"version" : "0.3.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ let package = Package(
|
||||
platforms: [.macOS(.v13)],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.3"),
|
||||
.package(url: "https://github.com/breez/breez-sdk-swift", from:"0.2.15")
|
||||
.package(url: "https://github.com/breez/breez-sdk-swift", from:"0.3.1")
|
||||
],
|
||||
targets: [
|
||||
// Targets are the basic building blocks of a package, defining a module or a test suite.
|
||||
|
||||
Reference in New Issue
Block a user