Update LNbits 0.7.0

This commit is contained in:
rootzoll 2022-02-19 11:21:35 +01:00
parent 3e82d34b9b
commit 440449c8d8
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
- New: Fulcrum Electrum server v1.6.0 (CLI install script) [issue](https://github.com/rootzoll/raspiblitz/issues/2924)
- Update: LND v0.14.2-beta [details](https://github.com/lightningnetwork/lnd/releases/tag/v0.14.2-beta)
- Update: C-lightning v0.10.2 [details](https://github.com/ElementsProject/lightning/releases/tag/v0.10.2)
- Update: LNbits 0.6.0 [details](https://github.com/lnbits/lnbits-legend/releases/tag/0.6.0)
- Update: LNbits 0.7.0 [details](https://github.com/lnbits/lnbits-legend/releases/tag/0.7.0)
- Update: RTL v0.12.1 [details](https://github.com/Ride-The-Lightning/RTL/releases/tag/v0.12.1)
- Update: C-lightningREST v0.6.1 [details](https://github.com/Ride-The-Lightning/c-lightning-REST/releases/tag/v0.6.1)
- Update: CL Spark Wallet v0.3.1 [details](https://github.com/shesek/spark-wallet/releases/tag/v0.3.1)

View file

@ -446,7 +446,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
fi
#tag="tags/raspiblitz"
# https://github.com/lnbits/lnbits-legend/releases
tag="0.6.0"
tag="0.7.0"
if [ "$4" != "" ]; then
tag="$4"
fi