Skip to content

Commit 32fe7ae

Browse files
committed
0.5.0
1 parent a7036d5 commit 32fe7ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ sign_dir=$(build_dir)/sign
88
package_name=$(app_name)
99
cert_dir=$(HOME)/.nextcloud/certificates
1010
codecov_token_dir=$(HOME)/.nextcloud/codecov_token
11-
github_account=daita
11+
github_account=nextcloud
1212
branch=master
13-
version+=0.3.4
13+
version+=0.5.0
1414

1515
all: appstore
1616

appinfo/info.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Allow your users to temporary locks their files to avoid conflicts while working
1010
1111
]]>
1212
</description>
13-
<version>0.4.0</version>
13+
<version>0.5.0</version>
1414
<licence>agpl</licence>
1515
<author>Maxence Lange</author>
1616
<namespace>FilesLock</namespace>
@@ -26,7 +26,7 @@ Allow your users to temporary locks their files to avoid conflicts while working
2626
<website>https://github.com/nextcloud/files_lock</website>
2727
<bugs>https://github.com/nextcloud/files_lock/issues</bugs>
2828
<repository>https://github.com/nextcloud/files_lock.git</repository>
29-
<screenshot>https://raw.githubusercontent.com/nextcloud/files_lock/master/screenshots/v0.1.0.png</screenshot>
29+
<screenshot>https://raw.githubusercontent.com/nextcloud/files_lock/master/screenshots/v0.5.0.png</screenshot>
3030

3131
<background-jobs>
3232
<job>OCA\FilesLock\Cron\Unlock</job>

screenshots/0.5.0.png

37.2 KB
Loading

0 commit comments

Comments
 (0)