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>2021-03-01 18:59:21 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-03-01 18:59:21 +0300
commit5d6d385cdf6e91a5e065947bea27d240237fd170 (patch)
tree79b8b2dc17472ce3fac9f3f44ae9c6e4b0729d71
parent5973fdf0b98df92225be5ab612dd48b106483b58 (diff)
v1.9.0-alpha3v1.9.0-alpha3
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index cd8e2982b..c2a093e64 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.8.0",
+ "version": "1.9.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index bf30113b9..8ea09227b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.8.0",
+ "version": "1.9.0",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,