From 3643da79770052f1a2db746e06b19afcf27712b1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 18 Apr 2022 13:50:57 +0200 Subject: [PATCH] Fix bug https://github.com/alexbelgium/hassio-addons/issues/289 --- nextcloud/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/config.json b/nextcloud/config.json index 2d048a808..2af796609 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -96,6 +96,6 @@ "uart": true, "upstream": "23.0.3", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "23.0.3", + "version": "23.0.3-2", "webui": "https://[HOST]:[PORT:443]" }