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

Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
thecalcaholic 2022-09-15 21:16:56 +02:00
parent 39ad3695a1
commit ab50562359
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": "24.0.4"
"value": "24.0.5"
},
{
"id": "MAXFILESIZE",

View File

@ -1,5 +1,5 @@
{
"nextcloud_version": "24.0.4",
"nextcloud_version": "24.0.5",
"php_version": "8.1",
"release": "bullseye"
}