From 8e8b9a070d37bd83b9f2b6e0d33f998decf6921e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 17 May 2023 15:39:03 +0200 Subject: [PATCH] feat(deps): Add Nextcloud 28 support on main Signed-off-by: Joas Schilling --- .github/workflows/update-nextcloud-ocp.yml | 2 +- appinfo/info.xml | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update-nextcloud-ocp.yml b/.github/workflows/update-nextcloud-ocp.yml index bb6f80652d..03644e7fc1 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", "stable26", "stable25", "stable24"] + branches: ["main", "master", "stable27", "stable26", "stable25", "stable24"] name: update-nextcloud-ocp-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index 9068ccca62..8c301c1739 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,7 @@ - 8.1.0-beta.1 + 8.2.0-dev agpl Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk @@ -25,7 +25,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.json b/package.json index a05750fee2..dd7a2f73d9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "richdocuments", "description": "Collabora online integration", - "version": "8.1.0-beta.1", + "version": "8.2.0-dev", "authors": [ { "name": "Julius Härtl", @@ -81,4 +81,4 @@ ], "globalSetup": "/src/tests/setup.js" } -} \ No newline at end of file +}