diff --git a/CHANGES.md b/CHANGES.md index cba8e32d1..198efaa7b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,6 +22,7 @@ issues/2832) - Update: Specter Desktop 1.8.0 [details](https://github.com/cryptoadvance/specter-desktop/releases/tag/v1.8.0) - Update: Mempool 2.3.1 [details](https://github.com/mempool/mempool/releases/tag/v2.3.1) - Update: PyBlock to 1.1.8.5 (adapt to new install mechanism) +- Update: Balance of Satoshis 11.40.0 (BOS) [details](https://github.com/alexbosworth/balanceofsatoshis/blob/master/CHANGELOG.md#11400) - Update: Re-Add connecting node with Zap mobile wallet iOS & Android - Update: additional redaction of private data in debug logs - Security: Verify git commits and tags everywhere possible [issue](https://github.com/rootzoll/raspiblitz/issues/2686) diff --git a/home.admin/config.scripts/bonus.bos.sh b/home.admin/config.scripts/bonus.bos.sh index d6a77c764..9636e3c03 100755 --- a/home.admin/config.scripts/bonus.bos.sh +++ b/home.admin/config.scripts/bonus.bos.sh @@ -1,7 +1,7 @@ #!/bin/bash # https://github.com/alexbosworth/balanceofsatoshis/blob/master/package.json#L81 -BOSVERSION="10.7.8" +BOSVERSION="11.40.0" # command info if [ $# -eq 0 ] || [ "$1" = "-h" ] || [ "$1" = "-help" ]; then