From 9f521b8c77640ed5fa84b4fcfd42df644d36333e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 6 Sep 2023 14:49:19 +0200 Subject: [PATCH] New entrypoint logic https://github.com/alexbelgium/hassio-addons/issues/981 --- nextcloud/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index bd3a17673..6b641c553 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -125,6 +125,6 @@ "slug": "nextcloud_ocr", "uart": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "27.0.2-4", + "version": "27.0.2-5", "webui": "https://[HOST]:[PORT:443]" -} \ No newline at end of file +}