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-03-30 17:46:57 +0300
committerSteffen Lindner <mail@steffen-lindner.de>2016-03-30 17:46:57 +0300
commit2a3fa6a8a95e0c79a85bc6815a354a27982dffe8 (patch)
tree809dd7992843dc7f85e67c91852017216dfe8111
parentf7f3bf504fa1ebc5b773ab4f0e3e7f2850d4b4c4 (diff)
parentac2623fb017c0b531e4913d6ff1d19ca2dbb0ce4 (diff)
Merge pull request #1382 from owncloud/changelog041v0.4.1
update changelog, bump version number
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--appinfo/version2
-rw-r--r--package.json2
4 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b0e47ac9..c87025d24 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,10 @@
# Changelog
+## 0.4.1
+ * Fix js error when adding attachments
+ [#1378](https://github.com/owncloud/mail/pull/1378) @ChristophWurst
-## 0.4 (unreleased)
+## 0.4
New:
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b6eb5a1f0..d088fb2db 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.0</version>
+ <version>0.4.1</version>
<licence>AGPL</licence>
<author>Thomas Müller, Jan-Christoph Borchardt, Christoph Wurst, Lukas Reschke, Thomas Imbreckx, Steffen Lindner, Robin McCorkell, Clement Wong &amp; many more …</author>
<documentation>
diff --git a/appinfo/version b/appinfo/version
index 1d0ba9ea1..267577d47 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-0.4.0
+0.4.1
diff --git a/package.json b/package.json
index cd2e7b7b2..78347b9f0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mail",
- "version": "0.3.1",
+ "version": "0.4.1",
"description": "Mail app for ownCloud",
"main": "index.js",
"directories": {