From 1d68c858a25f508b2e9b569e0891a4ec945a7629 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 16 May 2026 01:10:05 +0200 Subject: [PATCH] feat(deps): Add Nextcloud 35 support Signed-off-by: Joas Schilling --- appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 9438b8376d..a394bffdb8 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -34,7 +34,7 @@ The rating depends on the installed text processing backend. See [the rating ove Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud.com/blog/nextcloud-ethical-ai-rating/). ]]> - 5.9.0-dev.3 + 5.10.0-dev.0 agpl Christoph Wurst GretaD @@ -53,7 +53,7 @@ Learn more about the Nextcloud Ethical AI Rating [in our blog](https://nextcloud https://user-images.githubusercontent.com/12728974/266270227-86b99bbb-03ea-468b-8408-e248e1730bed.png - + OCA\Mail\BackgroundJob\CleanupJob diff --git a/package-lock.json b/package-lock.json index 9f216b8a32..ed3b59d0f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "5.9.0-dev.1", + "version": "5.10.0-dev.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "5.9.0-dev.1", + "version": "5.10.0-dev.0", "hasInstallScript": true, "license": "AGPL-3.0-only", "dependencies": { diff --git a/package.json b/package.json index b83de70929..c19324feb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextcloud-mail", - "version": "5.9.0-dev.1", + "version": "5.10.0-dev.0", "private": true, "description": "Nextcloud Mail", "license": "AGPL-3.0-only",