From 56a077c7af311952ced94bceb9a672ad4a16f3c3 Mon Sep 17 00:00:00 2001 From: Nextcloud Command Bot Date: Wed, 27 Nov 2024 09:23:47 +0000 Subject: [PATCH] chore(release): v4.0.5 [skip ci] --- CHANGELOG.md | 2 +- appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d9c01dfdc..66af24d804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [4.0.4](https://github.com/nextcloud/mail/compare/v4.0.3...v4.0.4) (2024-11-27) +## [4.0.5](https://github.com/nextcloud/mail/compare/v4.0.3...v4.0.5) (2024-11-27) ### Bug Fixes diff --git a/appinfo/info.xml b/appinfo/info.xml index 3d1d9073c5..1d725247a7 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.4 + 4.0.5 agpl Christoph Wurst GretaD diff --git a/package-lock.json b/package-lock.json index 274d80ba74..f422afc6c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextcloud-mail", - "version": "4.0.4", + "version": "4.0.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 51427a3df4..a076652d1d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "4.0.4", + "version": "4.0.5", "author": "Christoph Wurst ", "license": "agpl", "private": true,