Upgrade Thunderhub to v0.9.15

This commit is contained in:
Taylor Helsper 2020-09-27 13:47:56 -05:00
parent 755ed26fdf
commit afe09dc147
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ SPECTER_VERSION="0.8.0"
SPECTER_VERSION_FILE=/home/bitcoin/.mynode/specter_version SPECTER_VERSION_FILE=/home/bitcoin/.mynode/specter_version
SPECTER_LATEST_VERSION_FILE=/home/bitcoin/.mynode/specter_version_latest SPECTER_LATEST_VERSION_FILE=/home/bitcoin/.mynode/specter_version_latest
THUNDERHUB_VERSION="v0.9.8" THUNDERHUB_VERSION="v0.9.15"
THUNDERHUB_VERSION_FILE=/home/bitcoin/.mynode/thunderhub_version THUNDERHUB_VERSION_FILE=/home/bitcoin/.mynode/thunderhub_version
THUNDERHUB_LATEST_VERSION_FILE=/home/bitcoin/.mynode/thunderhub_version_latest THUNDERHUB_LATEST_VERSION_FILE=/home/bitcoin/.mynode/thunderhub_version_latest

View File

@ -14,7 +14,7 @@ apps = [{"name": "bitcoin/bitcoin", "current_version": "
{"name": "unchained-capital/caravan", "current_version": "v0.3.3"}, {"name": "unchained-capital/caravan", "current_version": "v0.3.3"},
{"name": "cryptoadvance/specter-desktop", "current_version": "v0.8.0"}, {"name": "cryptoadvance/specter-desktop", "current_version": "v0.8.0"},
{"name": "lnbits/lnbits", "current_version": "6cf4881"}, {"name": "lnbits/lnbits", "current_version": "6cf4881"},
{"name": "apotdevin/thunderhub", "current_version": "v0.9.8"} {"name": "apotdevin/thunderhub", "current_version": "v0.9.15"}
] ]
# Apps that don't work or are not on GitHub # Apps that don't work or are not on GitHub