From 389881967c94fcacc8ec042aabec744bb269c854 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 15 May 2026 11:39:54 +0200 Subject: [PATCH] feat(deps): Add Nextcloud 35 support on main Signed-off-by: Joas Schilling --- appinfo/info.xml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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",