From f640e28e1a7a96844de0493bfea51367f9b6817a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 22 Sep 2022 13:32:27 +0200 Subject: Add Nextcloud 25 support on master Signed-off-by: Joas Schilling --- .github/workflows/update-christophwurst-nextcloud.yml | 2 +- appinfo/info.xml | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-christophwurst-nextcloud.yml b/.github/workflows/update-christophwurst-nextcloud.yml index e2e5f526f..50c81c6f4 100644 --- a/.github/workflows/update-christophwurst-nextcloud.yml +++ b/.github/workflows/update-christophwurst-nextcloud.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - branches: ["master", "stable24", "stable23", "stable22"] + branches: ["master", "stable25", "stable24", "stable23"] name: update-christophwurst-nextcloud-${{ matrix.branches }} diff --git a/appinfo/info.xml b/appinfo/info.xml index f60fb2ceb..7368d4dc3 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m ]]> - 15.0.0-beta.4 + 16.0.0-beta.4 agpl Daniel Calviño Sánchez @@ -50,7 +50,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m https://raw.githubusercontent.com/nextcloud/spreed/master/docs/video-verfication.png - + diff --git a/package.json b/package.json index 1de9b7500..397ffd8f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "15.0.0", + "version": "16.0.0", "private": true, "description": "", "author": "Joas Schilling ", -- cgit v1.2.3