Updater bot : binance-trading-bot updated to 0.0.101

This commit is contained in:
alexbelgium
2025-06-13 18:28:58 +02:00
parent 4387fe76fa
commit f527ab4319
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 0.0.101 (13-06-2025)
- Update to latest version from chrisleekr/binance-trading-bot (changelog : https://github.com/chrisleekr/binance-trading-bot/releases)
## 0.0.100 (21-02-2025)
- Update to latest version from chrisleekr/binance-trading-bot (changelog : https://github.com/chrisleekr/binance-trading-bot/releases)

View File

@@ -15,7 +15,7 @@
#################
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="0.0.100"
ARG BUILD_UPSTREAM="0.0.101"
ARG BUILD_FROM
FROM $BUILD_FROM

View File

@@ -120,5 +120,5 @@
"slug": "binance-trading-bot",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.0.100"
"version": "0.0.101"
}

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "21-02-2025",
"last_update": "13-06-2025",
"repository": "alexbelgium/hassio-addons",
"slug": "binance-trading-bot",
"source": "github",
"upstream_repo": "chrisleekr/binance-trading-bot",
"upstream_version": "0.0.100"
"upstream_version": "0.0.101"
}