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>2016-04-23 15:16:54 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-04-23 15:16:54 +0300
commit3b664242d917471ccf69460626a59b7285ad1169 (patch)
tree94019641c98bab2f691d3ce051e02afed0770a5b
parentedeca8a0769af9d7e6e382baa19e6b708517e3ce (diff)
0.4.4 version bump
-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 6665dff1c..d76a24dc2 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.4.3</version>
+ <version>0.4.4</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 17b2ccd9b..6f2743d65 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-0.4.3
+0.4.4
diff --git a/package.json b/package.json
index 4e10e8f18..06ccaec0d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "0.4.3",
+ "version": "0.4.4",
"description": "Mail app for ownCloud",
"main": "index.js",
"directories": {