diff --git a/appinfo/info.xml b/appinfo/info.xml
index 426667b1469..6ed4390c23d 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!
]]>
- 5.0.0
+ 5.0.1
agpl
Julius Härtl
Text
diff --git a/package-lock.json b/package-lock.json
index f4d9a887e81..149816d8c03 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "text",
- "version": "5.0.0",
+ "version": "5.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "text",
- "version": "5.0.0",
+ "version": "5.0.1",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@mdi/svg": "^7.4.47",
diff --git a/package.json b/package.json
index 5ceced70168..31b7b138324 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "text",
"description": "Collaborative document editing",
- "version": "5.0.0",
+ "version": "5.0.1",
"authors": [
{
"name": "Julius Härtl",