Updater bot : binance-trading-bot updated to 0.0.98

This commit is contained in:
alexbelgium
2023-04-15 01:55:53 +02:00
parent 1792c2daad
commit 4e51e4660d
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 0.0.98 (15-04-2023)
- Update to latest version from chrisleekr/binance-trading-bot
## 0.0.97 (24-03-2023)
- Update to latest version from chrisleekr/binance-trading-bot
- Implemented healthcheck

View File

@@ -15,7 +15,7 @@
#################
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="0.0.97"
ARG BUILD_UPSTREAM="0.0.98"
ARG BUILD_FROM
FROM $BUILD_FROM

View File

@@ -55,5 +55,5 @@
},
"slug": "binance-trading-bot",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.0.97"
"version": "0.0.98"
}

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "24-03-2023",
"last_update": "15-04-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "binance-trading-bot",
"source": "github",
"upstream_repo": "chrisleekr/binance-trading-bot",
"upstream_version": "0.0.97"
"upstream_version": "0.0.98"
}