We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9e2b4 commit e7a9b62Copy full SHA for e7a9b62
manifest.yaml
@@ -3,6 +3,7 @@ title: "LNBits"
3
version: 1.3.0.1
4
release-notes: |
5
* Update to v1.3.0 [release notes](https://github.com/lnbits/lnbits/releases/tag/v1.3.0)
6
+ * Bump max LND version
7
license: MIT
8
wrapper-repo: "https://github.com/Start9Labs/lnbits-startos"
9
upstream-repo: "https://github.com/lnbits/lnbits"
@@ -77,7 +78,7 @@ interfaces:
77
78
- http
79
dependencies:
80
lnd:
- version: ">=0.14.3 <0.20.0"
81
+ version: ">=0.14.3 <0.21.0"
82
description: Used to communicate with the Lightning Network.
83
requirement:
84
type: "opt-in"
0 commit comments