Skip to content

Commit d337f81

Browse files
committed
chore(release): Bump version to 28.0.5
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 80af1a9 commit d337f81

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 28.0.5
4+
5+
### Fixed
6+
7+
- fix: Show lock status for read only files and allow unlocking @backportbot[bot] [#308](https://github.com/nextcloud/files_lock/pull/308)
8+
39
## 28.0.4
410

511
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Allow your users to temporary lock their files to avoid conflicts while working
99
1010
]]>
1111
</description>
12-
<version>28.0.4</version>
12+
<version>28.0.5</version>
1313
<licence>agpl</licence>
1414
<author>Maxence Lange</author>
1515
<namespace>FilesLock</namespace>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "files_lock",
3-
"version": "28.0.4",
3+
"version": "28.0.5",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)