From bc1346c7dd940670e9e80b21934fcea9591841de Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 26 Sep 2024 21:13:09 +0200 Subject: [PATCH] up to 0.13.4-alpha --- CHANGES.md | 1 - home.admin/config.scripts/bonus.lit.sh | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f31c6ac98..067cc1421 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,6 @@ - Update: LNDK 0.2.0 (Pay BOLT12 offers with LND) [details](https://github.com/lndk-org/lndk/releases/tag/v0.2.0) - Update: Helipad (Podcasting 2.0 Boostagram reader) v0.2.0 [details](https://github.com/Podcastindex-org/helipad/releases/tag/v0.2.0) - Update: Mempool 3.0.0 [details](https://github.com/mempool/mempool/releases/tag/v3.0.0) -- Update: Lightning Terminal v0.13.3-alpha [details](https://github.com/lightninglabs/lightning-terminal/releases/tag/v0.13.3-alpha) ## What's new in Version 1.11.2 of RaspiBlitz? diff --git a/home.admin/config.scripts/bonus.lit.sh b/home.admin/config.scripts/bonus.lit.sh index 288453eff..dc940daea 100644 --- a/home.admin/config.scripts/bonus.lit.sh +++ b/home.admin/config.scripts/bonus.lit.sh @@ -1,7 +1,7 @@ #!/bin/bash # https://github.com/lightninglabs/lightning-terminal/releases -LITVERSION="0.13.3-alpha" +LITVERSION="0.13.4-alpha" # command info if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then @@ -12,7 +12,7 @@ if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then fi # check who signed the release in https://github.com/lightninglabs/lightning-terminal/releases -PGPsigner="ellemouton" +PGPsigner="ViktorTigerstrom" if [ $PGPsigner = ellemouton ]; then pgpPubKey="D7D916376026F177"