Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit 2a3fa6a

Browse files
committed
Merge pull request #1382 from owncloud/changelog041
update changelog, bump version number
2 parents f7f3bf5 + ac2623f commit 2a3fa6a

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Changelog
22

3+
## 0.4.1
4+
* Fix js error when adding attachments
5+
[#1378](https://github.com/owncloud/mail/pull/1378) @ChristophWurst
36

4-
## 0.4 (unreleased)
7+
## 0.4
58

69
New:
710

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<id>mail</id>
44
<name>Mail</name>
55
<description>Easy to use email client which connects to your mail server via IMAP and SMTP.</description>
6-
<version>0.4.0</version>
6+
<version>0.4.1</version>
77
<licence>AGPL</licence>
88
<author>Thomas Müller, Jan-Christoph Borchardt, Christoph Wurst, Lukas Reschke, Thomas Imbreckx, Steffen Lindner, Robin McCorkell, Clement Wong &amp; many more …</author>
99
<documentation>

appinfo/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mail",
3-
"version": "0.3.1",
3+
"version": "0.4.1",
44
"description": "Mail app for ownCloud",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)