From 564966576e638a7747b37f12389891f32363bae5 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 25 Nov 2021 22:10:48 +0100 Subject: [PATCH] Update to 1.9 --- wger/CHANGELOG.md | 0 wger/config.json | 14 ++++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 wger/CHANGELOG.md diff --git a/wger/CHANGELOG.md b/wger/CHANGELOG.md new file mode 100644 index 000000000..e69de29bb diff --git a/wger/config.json b/wger/config.json index f60068674..661318cf0 100644 --- a/wger/config.json +++ b/wger/config.json @@ -1,9 +1,15 @@ { - "arch": ["amd64", "aarch64"], + "arch": [ + "amd64", + "aarch64" + ], "boot": "auto", "description": "manage your personal workouts, weight and diet plans", "environment": {}, - "map": ["share:rw", "ssl:ro"], + "map": [ + "share:rw", + "ssl:ro" + ], "name": "Wger", "options": {}, "ports": { @@ -15,8 +21,8 @@ "schema": {}, "slug": "wger", "startup": "services", - "upstream": "2.1-dev", + "upstream": "1.9", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.1", + "version": "1.9", "webui": "[PROTO:ssl]://[HOST]:[PORT:8000]" }