From 1c0e2591dcdce7b317a26aedc8cf93d1c0c1d51f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 14 Aug 2024 13:35:39 +0200 Subject: [PATCH] feat(deps): Add Nextcloud 31 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 5622ec7251..ba21ad3b5d 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/). ]]> - 4.0.0-alpha.3 + 5.0.0-dev.0 agpl Christoph Wurst Nextcloud Groupware Team @@ -52,7 +52,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 ca4060af9b..22aefe8128 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "4.0.0-alpha-2", + "version": "5.0.0-dev.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "4.0.0-alpha-2", + "version": "5.0.0-dev.0", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "37.1.0", diff --git a/package.json b/package.json index e9ddee3871..dd8021b9e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "4.0.0-alpha-2", + "version": "5.0.0-dev.0", "author": "Christoph Wurst ", "license": "agpl", "private": true,