diff --git a/appinfo/info.xml b/appinfo/info.xml index 9476a82856..56993d0ac1 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.1-rc.1 + 4.0.1 agpl Christoph Wurst GretaD diff --git a/package-lock.json b/package-lock.json index 6efc24d6f5..2a5627d8f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nextcloud-mail", - "version": "4.0.1-rc1", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nextcloud-mail", - "version": "4.0.1-rc1", + "version": "4.0.1", "license": "agpl", "dependencies": { "@ckeditor/ckeditor5-alignment": "37.1.0", diff --git a/package.json b/package.json index 52e133e83c..767cb2726f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nextcloud-mail", "description": "Nextcloud Mail", - "version": "4.0.1-rc1", + "version": "4.0.1", "author": "Christoph Wurst ", "license": "agpl", "private": true,