diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml
index 7a9f1526b4a..2849ebf09d6 100644
--- a/.github/workflows/npm-audit-fix.yml
+++ b/.github/workflows/npm-audit-fix.yml
@@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- branches: ["main", "stable27", "stable26", "stable25", "stable24"]
+ branches: ["main", "stable28", "stable27", "stable26", "stable25", "stable24"]
name: npm-audit-fix-${{ matrix.branches }}
diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml
index 0cf31409c29..1095685f5f8 100644
--- a/.github/workflows/update-nextcloud-ocp.yml
+++ b/.github/workflows/update-nextcloud-ocp.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- branches: ["main", "master", "stable27", "stable26", "stable25"]
+ branches: ["main", "master", "stable28", "stable27", "stable26"]
name: update-nextcloud-ocp-${{ matrix.branches }}
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4de99f98a38..04e8bc8c18e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,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!
]]>
- 3.9.1
+ 3.10.0
agpl
Julius Härtl
Text
@@ -27,7 +27,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 303153e4809..4cb1b44ba38 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@nextcloud/text",
- "version": "28.0.0-dev.1",
+ "version": "3.10.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@nextcloud/text",
- "version": "28.0.0-dev.1",
+ "version": "3.10.0",
"license": "agpl",
"dependencies": {
"@hedgedoc/markdown-it-task-lists": "^2.0.1",
diff --git a/package.json b/package.json
index a8662a12fd7..8e33aa4f82d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@nextcloud/text",
"description": "Collaborative document editing",
- "version": "28.0.0-dev.1",
+ "version": "3.10.0",
"authors": [
{
"name": "Julius Härtl",