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:
-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 b8b5f5129..41395108a 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.0</version>
+ <version>0.5.1</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 8f0916f76..4b9fcbec1 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-0.5.0
+0.5.1
diff --git a/package.json b/package.json
index 394c91fd3..02397e261 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "Mail app for ownCloud",
"main": "index.js",
"directories": {