Updater bot : binance-trading-bot updated to 0.0.96

This commit is contained in:
alexbelgium
2023-03-04 01:55:50 +01:00
parent fc3df5b665
commit e32a191395
4 changed files with 8 additions and 5 deletions

View File

@@ -1 +1,4 @@
## 0.0.96 (04-03-2023)
- Update to latest version from chrisleekr/binance-trading-bot
- First version

View File

@@ -15,7 +15,7 @@
#################
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.23.0"
ARG BUILD_UPSTREAM="0.0.96"
ARG BUILD_FROM
FROM $BUILD_FROM

View File

@@ -56,4 +56,4 @@
"slug": "binance-trading-bot",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "0.0.96"
}
}

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "08-11-2022",
"last_update": "04-03-2023",
"repository": "alexbelgium/hassio-addons",
"slug": "binance-trading-bot",
"source": "github",
"upstream_repo": "chrisleekr/binance-trading-bot",
"upstream_version": "2.23.0"
}
"upstream_version": "0.0.96"
}