Updater bot : wger updated to 2.2-dev

This commit is contained in:
alexbelgium
2022-12-10 06:33:12 +01:00
parent d96554ee12
commit 6524c1c9a2
3 changed files with 6 additions and 3 deletions

View File

@@ -1 +1,4 @@
## 2.2-dev (10-12-2022)
- Update to latest version from wger/devel
- Allow custom env variables through config.yaml

View File

@@ -27,6 +27,6 @@
"slug": "wger",
"startup": "services",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.9-4",
"version": "2.2-dev",
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
}

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "27-04-2022",
"last_update": "10-12-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "wger",
"source": "dockerhub",
"upstream_repo": "wger/devel",
"upstream_version": "1.9"
"upstream_version": "2.2-dev"
}