ncp.cfg, nc-nextcloud.cfg: Add support for Nextcloud 28.0.4

Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias Knöppler 2024-04-20 18:35:22 +02:00
parent f0fc7e074e
commit 67ec9b767e
No known key found for this signature in database
GPG Key ID: 3510056072886A8F
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
"value": "28.0.3"
"value": "28.0.4"
},
{
"id": "MAXFILESIZE",

View File

@ -1,5 +1,5 @@
{
"nextcloud_version": "28.0.3",
"nextcloud_version": "28.0.4",
"php_version": "8.1",
"release": "bullseye"
}