diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9aea8854d0a..f7ec43a9921 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -15,7 +15,7 @@
- **๐พ Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.
- **โ Strong foundation:** We use [๐ tiptap](https://tiptap.scrumpy.io) which is based on [๐ฆ ProseMirror](https://prosemirror.net) โ huge thanks to them!
]]>
- 6.0.0-dev.0
+ 6.0.0
agpl
Julius Hรคrtl
Text
diff --git a/package-lock.json b/package-lock.json
index 35d55a898d8..bf771083075 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "text",
- "version": "6.0.0-dev.0",
+ "version": "6.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "text",
- "version": "6.0.0-dev.0",
+ "version": "6.0.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@mdi/svg": "^7.4.47",
diff --git a/package.json b/package.json
index 7e33efa0e2a..29c06eb2db1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "text",
- "version": "6.0.0-dev.0",
+ "version": "6.0.0",
"description": "Collaborative document editing",
"license": "AGPL-3.0-or-later",
"type": "module",