diff --git a/CHANGES.md b/CHANGES.md index dee3a75a..04690a70 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,7 @@ - Update: Thunderhub v0.13.19 [details](https://github.com/apotdevin/thunderhub/releases/tag/v0.13.19) - Update: LNbits 0.10.9 [details](https://github.com/lnbits/lnbits/releases/tag/0.10.9) - Update: BTCPayServer 1.10.3 (postgres by default with sqlite migration) [details](https://github.com/btcpayserver/btcpayserver/releases/tag/v1.10.3) +- Update: Balance of Satoshis 15.8.14 (bos) [details](https://github.com/alexbosworth/balanceofsatoshis/blob/master/CHANGELOG.md#15814) - Fix: Homebanking Interface FinTS/HBCI (experimental) [details](https://github.com/rootzoll/raspiblitz/issues/1186) ## What's new in Version 1.9.0 of RaspiBlitz? diff --git a/home.admin/config.scripts/bonus.bos.sh b/home.admin/config.scripts/bonus.bos.sh index 9c7263e6..af9731ca 100755 --- a/home.admin/config.scripts/bonus.bos.sh +++ b/home.admin/config.scripts/bonus.bos.sh @@ -1,7 +1,10 @@ #!/bin/bash -# https://github.com/alexbosworth/balanceofsatoshis/blob/master/package.json#L81 -BOSVERSION="13.15.0" +# versioning: +# https://github.com/alexbosworth/balanceofsatoshis/blob/master/package.json#L85 +# https://www.npmjs.com/package/balanceofsatoshis + +BOSVERSION="15.8.14" # command info if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then