diff --git a/appinfo/info.xml b/appinfo/info.xml
index d1fd8a68f3..8024e57703 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@
- 11.0.0-beta.1
+ 12.0.0-dev.0
agpl
Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk
@@ -32,7 +32,7 @@ You can also edit your documents off-line with the Collabora Office app from the
https://github.com/nextcloud/richdocuments/raw/main/screenshots/Nextcloud-spreadsheet.png
https://github.com/nextcloud/richdocuments/raw/main/screenshots/Nextcloud-presentation.png
-
+
OCA\Richdocuments\Backgroundjobs\ObtainCapabilities
diff --git a/package-lock.json b/package-lock.json
index 2e393cb149..e3ed05b937 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "richdocuments",
- "version": "11.0.0-beta.1",
+ "version": "12.0.0-dev.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "richdocuments",
- "version": "11.0.0-beta.1",
+ "version": "12.0.0-dev.0",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^2.6.0",
diff --git a/package.json b/package.json
index 759d5d0307..acb9767359 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "11.0.0-beta.1",
+ "version": "12.0.0-dev.0",
"authors": [
{
"name": "Julius Härtl",