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>2020-10-27 15:51:38 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-10-27 15:51:38 +0300
commit45cd2129ac6c2b2e6a31d4b5a5e1c6069f0e4973 (patch)
tree6431b05a367ca190f03d49895193c340b04d196c
parenteb51c3385cc69765c7d7b8648ed4ab3a85ef9a9d (diff)
v1.5.1v1.5.1
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 74906b801..89e1f3e2c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](http://horde.org) libraries.
- **📬 Want to host your own mail server?** We don’t have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]></description>
- <version>1.5.0</version>
+ <version>1.5.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Greta Doçi</author>
diff --git a/package-lock.json b/package-lock.json
index 30f4d886e..7d2790840 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "nextcloud-mail",
- "version": "1.5.0",
+ "version": "1.5.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 4c172d680..69577ad72 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nextcloud-mail",
"description": "Nextcloud Mail",
- "version": "1.5.0",
+ "version": "1.5.1",
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
"license": "agpl",
"private": true,