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:
authorSteffen Lindner <mail@steffen-lindner.de>2016-08-28 10:37:29 +0300
committerSteffen Lindner <mail@steffen-lindner.de>2016-08-28 10:37:29 +0300
commit034f7244be7392c040900edefe8858cee6c7bc37 (patch)
tree17e863b09c10e14e7ad4f7247dc81e015c2488fc
parent67efc727fa02c9c3e108e94bd971e65f045984a4 (diff)
Increase to version 0.5.3v0.5.3
-rw-r--r--appinfo/info.xml2
-rw-r--r--appinfo/version2
-rw-r--r--package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 04efaa766..e4417e306 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -3,7 +3,7 @@
<id>mail</id>
<name>Mail</name>
<description>Easy to use email client which connects to your mail server via IMAP and SMTP.</description>
- <version>0.5.2</version>
+ <version>0.5.3</version>
<licence>AGPL</licence>
<author>Thomas Müller, Jan-Christoph Borchardt, Christoph Wurst, Steffen Lindner, Lukas Reschke, Thomas Imbreckx, Robin McCorkell, Clement Wong &amp; many more …</author>
<documentation>
diff --git a/appinfo/version b/appinfo/version
index cb0c939a9..be14282b7 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-0.5.2
+0.5.3
diff --git a/package.json b/package.json
index 08693454f..92e47b3ca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "0.5.2",
+ "version": "0.5.3",
"description": "Mail app for ownCloud",
"main": "index.js",
"directories": {