diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6ed4390c23d..b0c208faa5c 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.1
+ 5.0.2
agpl
Julius Hรคrtl
Text
diff --git a/lib/Migration/ResetSessionsBeforeYjs.php b/lib/Migration/ResetSessionsBeforeYjs.php
index 1c35729ad59..e0444299600 100644
--- a/lib/Migration/ResetSessionsBeforeYjs.php
+++ b/lib/Migration/ResetSessionsBeforeYjs.php
@@ -29,7 +29,7 @@ public function getName(): string {
public function run(IOutput $output): void {
$appVersion = $this->config->getValueString('text', 'installed_version');
- if (!$appVersion || version_compare($appVersion, '4.0.1') !== -1) {
+ if (!$appVersion || version_compare($appVersion, '5.0.2') !== -1) {
return;
}