diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c8220d63520eebb57275f4b3ec84720a7ae10b..bf8d5c784552240c315eb92a2fb7ffd1e77b41a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## 3.4.4 - unreleased +## 3.4.4 - 2023-10-31 ### Bug Fixes diff --git a/appinfo/info.xml b/appinfo/info.xml index edaa174c89ad4cbaa6a0c8a5f92acd8acf16c85b..ef985ec6f5dcf6300564db176dae0520da20fa55 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -29,7 +29,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/). ]]></description> - <version>3.4.4-rc.1</version> + <version>3.4.4</version> <licence>agpl</licence> <author>Greta Doçi</author> <author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author> diff --git a/package-lock.json b/package-lock.json index 0306990d5a2468cde4e2d202f0d4ae7f272fd91f..5541cfeca8e241b7b1a0599b1046ca14ebe2198b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "3.4.4-rc1", + "version": "3.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "3.4.4-rc1", + "version": "3.4.4", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "37.1.0", diff --git a/package.json b/package.json index 77bd62252762b617c4aeebcaba541fb9d0716a8b..d978b728837ab11d1c12d92eec2965259d8f4f49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "3.4.4-rc1", + "version": "3.4.4", "author": "Christoph Wurst <christoph@winzerhof-wurst.at>", "license": "agpl", "private": true,