diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 45f395e68..2f3dd8363 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,3 +1,6 @@ +## 28.0.2 (02-02-2024) +- Update to latest version from linuxserver/docker-nextcloud + ### 28.0.1-6 (14-01-2024) - Minor bugs fixed ### 28.0.1-5 (14-01-2024) diff --git a/nextcloud/config.json b/nextcloud/config.json index e712a59bf..8ea8f8fb3 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -149,6 +149,6 @@ "uart": true, "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "28.0.1-6", + "version": "28.0.2", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index e4b3db2c0..3d9e4c0dd 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "30-12-2023", + "last_update": "02-02-2024", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "28.0.1" + "upstream_version": "28.0.2" }