diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 9998b868a..c765fd8f7 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 27.1.4 (25-11-2023) +- Update to latest version from linuxserver/docker-nextcloud ### 27.1.3 (03-11-2023) - Minor bugs fixed ### 27.1.2-3 (16-10-2023) diff --git a/nextcloud/config.json b/nextcloud/config.json index 5d1e84e2a..26818e5fd 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -133,6 +133,6 @@ "uart": true, "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "27.1.3-3", + "version": "27.1.4", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index 4213f8ee9..8c47ec946 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "07-10-2023", + "last_update": "25-11-2023", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "27.1.3" + "upstream_version": "27.1.4" }