diff --git a/appinfo/info.xml b/appinfo/info.xml
index b69220cf3b..9b5c2ba46c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](https://horde.org) libraries.
- **📬 Want to host your own mail server?** We do not have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]>
- 2.2.8
+ 2.2.9
agpl
Greta Doçi
Nextcloud Groupware Team
diff --git a/package-lock.json b/package-lock.json
index 5fd0cd6094..6c6e473aa0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "2.2.8",
+ "version": "2.2.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "2.2.8",
+ "version": "2.2.9",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~35.1.0",
diff --git a/package.json b/package.json
index c5af80bc1b..685b1fdbb1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "2.2.8",
+ "version": "2.2.9",
"author": "Christoph Wurst ",
"license": "agpl",
"private": true,