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-04-26 20:18:32 +0300
committerSteffen Lindner <mail@steffen-lindner.de>2016-04-26 20:18:32 +0300
commitac567a4581f6a0a9c1320f3005de1e038672b2e0 (patch)
treebae2be461829e497ffa9832f3fdb172d9a7c3e17
parent5d6bb00716d6dacefccad6c531f16de542726fad (diff)
parent3b664242d917471ccf69460626a59b7285ad1169 (diff)
Merge pull request #1444 from owncloud/v044
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": {