mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 18:00:22 +01:00
bos update to 15.8.14 (#4014)
This commit is contained in:
parent
1da893ed06
commit
bfc29736a5
@ -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?
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user