From 0bc6ccb6e5cf509e3e4b49d6f4d166a482ee20ba Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 23 Jan 2025 11:20:55 +0100 Subject: [PATCH] feat(deps): Add Nextcloud 32 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 4a05f0b828..a33f7509e8 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.2.0-beta.4 + 4.3.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 e9e7e5c615..bf244192d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "4.2.0-beta4", + "version": "4.3.0-dev.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "4.2.0-beta3", + "version": "4.3.0-dev.0", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "37.1.0", diff --git a/package.json b/package.json index 5f43696a10..32af77ba8b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "4.2.0-beta4", + "version": "4.3.0-dev.0", "author": "Christoph Wurst ", "license": "agpl", "private": true,