Skip to content

Commit 42f5021

Browse files
committed
chore: bump version to 6.0.0
Signed-off-by: Benjamin Frueh <benjamin.frueh@gmail.com>
1 parent 1bce6f8 commit 42f5021

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
@@ -15,7 +15,7 @@
1515
- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.
1616
- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!
1717
]]></description>
18-
<version>6.0.0-dev.0</version>
18+
<version>6.0.0</version>
1919
<licence>agpl</licence>
2020
<author mail="jus@bitgrid.net">Julius Härtl</author>
2121
<namespace>Text</namespace>

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": "text",
3-
"version": "6.0.0-dev.0",
3+
"version": "6.0.0",
44
"description": "Collaborative document editing",
55
"license": "AGPL-3.0-or-later",
66
"type": "module",

0 commit comments

Comments
 (0)