We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2867f4b commit f0cb676Copy full SHA for f0cb676
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Changelog
2
3
-### 0.6.0
+### 0.6.1
4
5
First release
Makefile
@@ -10,7 +10,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
10
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
11
github_account=nextcloud
12
branch=master
13
-version+=0.6.0
+version+=0.6.1
14
15
all: appstore
16
appinfo/info.xml
@@ -10,7 +10,7 @@ Allow your users to temporary locks their files to avoid conflicts while working
]]>
</description>
- <version>0.6.0</version>
+ <version>0.6.1</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FilesLock</namespace>
0 commit comments