Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-26 11:38:52 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-26 11:38:52 +0300
commit1a11c736276a80bcce7870d0bc3201539598cd67 (patch)
tree34e37043cdf650142c73777d619c21f050d10052
parent39930d6cad00ed32393a3a5d991bd0c17850e2cb (diff)
v2.0.0 RC1v2.0.0-RC1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5a3ce88e7..13555852c 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)!
]]></description>
- <version>2.0.0-beta.7</version>
+ <version>2.0.0-rc.1</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 5b1d0561a..d0e8a8c5b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nextcloud-mail",
- "version": "2.0.0",
+ "version": "2.0.0-RC1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nextcloud-mail",
- "version": "2.0.0",
+ "version": "2.0.0-RC1",
"license": "agpl",
"dependencies": {
"@ckeditor/ckeditor5-alignment": "~35.1.0",
diff --git a/package.json b/package.json
index 58ae0e79c..3418905f5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "2.0.0",
+ "version": "2.0.0-RC1",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,