From 8aaa82e3ab4411a7e2c643722e9675d280db5cef Mon Sep 17 00:00:00 2001 From: Taylor Helsper Date: Thu, 20 May 2021 23:05:15 -0500 Subject: [PATCH] Add LNDManage as app; Upgrade to v0.12.0 --- scripts/check_app_versions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/check_app_versions.py b/scripts/check_app_versions.py index 199f228b..d7ee40e7 100755 --- a/scripts/check_app_versions.py +++ b/scripts/check_app_versions.py @@ -19,6 +19,7 @@ apps = [{"name": "bitcoin/bitcoin", "current_version_var {"name": "cryptoadvance/specter-desktop", "current_version_variable": "SPECTER_VERSION"}, {"name": "Coldcard/ckbunker", "current_version_variable": "CKBUNKER_VERSION"}, {"name": "alexbosworth/balanceofsatoshis", "current_version_variable": "BOS_VERSION"}, + {"name": "bitromortac/lndmanage", "current_version_variable": "LNDMANAGE_VERSION"}, {"name": "lnbits/lnbits", "current_version": "6cf4881"}, {"name": "apotdevin/thunderhub", "current_version_variable": "THUNDERHUB_VERSION"}, {"name": "stakwork/sphinx-relay", "current_version_variable": "SPHINXRELAY_VERSION"},