diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e903ca11..b918a037c 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.5.0 – unreleased +## 3.5.0 – 2023-12-12 ### Added - Emoji picker via : symbol - Smart picker integration via / symbol diff --git a/appinfo/info.xml b/appinfo/info.xml index 1b345adb1..8213a1e41 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/). ]]> - 3.5.0-rc.4 + 3.5.0 agpl Christoph Wurst Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 46bb9a7b1..938799aa7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "3.5.0-rc4", + "version": "3.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "3.5.0-rc4", + "version": "3.5.0", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "37.1.0", diff --git a/package.json b/package.json index b84accd66..46bcc0a2b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "3.5.0-rc4", + "version": "3.5.0", "author": "Christoph Wurst ", "license": "agpl", "private": true,