diff --git a/appinfo/info.xml b/appinfo/info.xml index cfacbd557b7..6dc7cdd8b44 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! ]]> - 8.0.0-dev.1 + 9.0.0-dev.0 agpl Julius Hรคrtl Text @@ -31,7 +31,7 @@ https://raw.githubusercontent.com/nextcloud/text/main/img/screenshots/screenshot2.png https://raw.githubusercontent.com/nextcloud/text/main/img/screenshots/screenshot3.gif - + OCA\Text\Cron\Cleanup diff --git a/package-lock.json b/package-lock.json index 94daf0d5021..b458308f9e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "text", - "version": "8.0.0-dev.0", + "version": "9.0.0-dev.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "text", - "version": "8.0.0-dev.0", + "version": "9.0.0-dev.0", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.4.47", diff --git a/package.json b/package.json index d90bafacdc5..2d9bf2ac8ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "text", - "version": "8.0.0-dev.0", + "version": "9.0.0-dev.0", "description": "Collaborative document editing", "license": "AGPL-3.0-or-later", "type": "module",