Skip to content

Commit 6ca3b00

Browse files
committed
0.3.1
1 parent 716d999 commit 6ca3b00

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
5+
### 0.3.1
6+
7+
- sanitizing mail addresses
8+
9+

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ package_name=$(app_name)
99
cert_dir=$(HOME)/.nextcloud/certificates
1010
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
1111
github_account=nextcloud
12-
branch=master
13-
version+=0.3.0
12+
branch=stable15
13+
version+=0.3.1
1414

1515
all: appstore
1616

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
]]>
1313
</description>
14-
<version>0.3.0</version>
14+
<version>0.3.1</version>
1515
<licence>agpl</licence>
1616
<author>Maxence Lange</author>
1717
<namespace>Files_FromMail</namespace>

0 commit comments

Comments
 (0)