Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-22 14:32:27 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-22 14:32:27 +0300
commitf640e28e1a7a96844de0493bfea51367f9b6817a (patch)
tree38b89649678fc9a2ada3b90030dbb8f497aa6718
parent21d0c2d8c6dc9d1d713a45e74882aa4c6fd0ea14 (diff)
Add Nextcloud 25 support on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/update-christophwurst-nextcloud.yml2
-rw-r--r--appinfo/info.xml4
-rw-r--r--package.json2
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
]]></description>
- <version>15.0.0-beta.4</version>
+ <version>16.0.0-beta.4</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
@@ -50,7 +50,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/video-verfication.png</screenshot>
<dependencies>
- <nextcloud min-version="25" max-version="25" />
+ <nextcloud min-version="26" max-version="26" />
</dependencies>
<background-jobs>
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 <coding@schilljs.com>",