From f75c415214d39c5a33e7cd1fab3aa234cc10a60f Mon Sep 17 00:00:00 2001 From: nachoparker Date: Thu, 19 Dec 2019 10:55:48 -0700 Subject: upgrade to NC17.0.2 Signed-off-by: nachoparker --- README.md | 2 +- etc/ncp-config.d/nc-nextcloud.cfg | 2 +- etc/ncp.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 58a267e3..51b2c977 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Find the full documentation at [docs.nextcloudpi.com](http://docs.nextcloudpi.co ## Features * Debian/Raspbian 10 Buster - * Nextcloud 17.0.1 + * Nextcloud 17.0.2 * Apache 2.4.25, with HTTP2 enabled * PHP 7.3 * MariaDB 10 diff --git a/etc/ncp-config.d/nc-nextcloud.cfg b/etc/ncp-config.d/nc-nextcloud.cfg index 42f99abc..aa88b3d7 100644 --- a/etc/ncp-config.d/nc-nextcloud.cfg +++ b/etc/ncp-config.d/nc-nextcloud.cfg @@ -9,7 +9,7 @@ { "id": "VER", "name": "Version", - "value": "17.0.1" + "value": "17.0.2" }, { "id": "BETA", diff --git a/etc/ncp.cfg b/etc/ncp.cfg index 1f458fc5..b5c3b783 100644 --- a/etc/ncp.cfg +++ b/etc/ncp.cfg @@ -1,5 +1,5 @@ { - "nextcloud_version": "17.0.1", + "nextcloud_version": "17.0.2", "php_version": "7.3", "release": "buster" } -- cgit v1.2.3