upgrade to NC19.0.2

Signed-off-by: nachoparker <nacho@ownyourbits.com>
This commit is contained in:
nachoparker 2020-09-19 14:11:21 -06:00
parent 82baebf070
commit f00fe2105e
4 changed files with 6 additions and 4 deletions

View File

@ -16,7 +16,7 @@ Find the full documentation at [docs.nextcloudpi.com](http://docs.nextcloudpi.co
## Features
* Debian/Raspbian 10 Buster
* Nextcloud 19.0.2
* Nextcloud 19.0.3
* Apache 2.4.25, with HTTP2 enabled
* PHP 7.3
* MariaDB 10

View File

@ -1,5 +1,7 @@
[v1.29.11](https://github.com/nextcloud/nextcloudpi/commit/17b6c71) (2020-09-03) ncp-web: added a lot of german locales
[v1.30.0](https://github.com/nextcloud/nextcloudpi/commit/bb96f7a) (2020-09-19) upgrade to NC19.0.2
[v1.29.10](https://github.com/nextcloud/nextcloudpi/commit/82baebf) (2020-09-03) ncp-web: added a lot of german locales
[v1.29.9 ](https://github.com/nextcloud/nextcloudpi/commit/3706ed0) (2020-09-12) nc-previews: fix killing generate-all

View File

@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
"value": "19.0.2"
"value": "19.0.3"
},
{
"id": "BETA",

View File

@ -1,5 +1,5 @@
{
"nextcloud_version": "19.0.2",
"nextcloud_version": "19.0.3",
"php_version": "7.3",
"release": "buster"
}