Skip to content

Commit 08a78ac

Browse files
committed
chore: fix the version to 6.0.0
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
1 parent 81545c9 commit 08a78ac

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<name>Log Reader</name>
1111
<summary>A log reader for Nextcloud</summary>
1212
<description>Log reader for Nextcloud</description>
13-
<version>6.0.0-dev.0</version>
13+
<version>6.0.0</version>
1414
<licence>agpl</licence>
1515
<author>Robin Appelman</author>
1616
<author>Ferdinand Thiessen</author>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "logreader",
3-
"version": "6.0.0-dev.0",
3+
"version": "6.0.0",
44
"license": "AGPL-3.0-or-later",
55
"author": "Robin Appelman <robin@icewind.nl>",
66
"type": "module",

0 commit comments

Comments
 (0)