diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 9ad503a22..7257aa175 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 27.1.1 (23-09-2023) +- Update to latest version from linuxserver/docker-nextcloud ### 27.0.2-10 (06-09-2023) - Minor bugs fixed ### 27.0.2-9 (06-09-2023) diff --git a/nextcloud/config.json b/nextcloud/config.json index 12b8e8371..c4aae4a26 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-10", + "version": "27.1.1", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index 442d08ad5..1b6269112 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "19-08-2023", + "last_update": "23-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "27.0.2" + "upstream_version": "27.1.1" }