We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 716d999 commit 6ca3b00Copy full SHA for 6ca3b00
CHANGELOG.md
@@ -1,3 +1,9 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+
5
+### 0.3.1
6
7
+- sanitizing mail addresses
8
9
Makefile
@@ -9,8 +9,8 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
10
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
11
github_account=nextcloud
12
-branch=master
13
-version+=0.3.0
+branch=stable15
+version+=0.3.1
14
15
all: appstore
16
appinfo/info.xml
@@ -11,7 +11,7 @@
]]>
</description>
- <version>0.3.0</version>
+ <version>0.3.1</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
17
<namespace>Files_FromMail</namespace>
0 commit comments