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>2021-02-03 11:46:57 +0300
committerJoas Schilling <coding@schilljs.com>2021-02-03 15:38:59 +0300
commitf05422965133bcdd7e1072c9a06886e49615d418 (patch)
tree86538dc25067afb50f50081210e1d4d062aa4b28
parent4fe627faea69fb99882a2cf6d6ce9800f5795092 (diff)
Update version on master
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--appinfo/info.xml4
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
-rw-r--r--tests/integration/features/conversation/find-listed.feature2
-rw-r--r--tests/integration/spreedcheats/appinfo/info.xml4
5 files changed, 7 insertions, 7 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 069ad823d..d4c62ebd4 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>11.0.0-alpha.4</version>
+ <version>12.0.0-dev.1</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
@@ -48,7 +48,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="21" max-version="21" />
+ <nextcloud min-version="22" max-version="22" />
</dependencies>
<background-jobs>
diff --git a/package-lock.json b/package-lock.json
index 755ee0d29..b9186f4c3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "11.0.0",
+ "version": "12.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 12b458864..f0f0468e1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "11.0.0",
+ "version": "12.0.0",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",
diff --git a/tests/integration/features/conversation/find-listed.feature b/tests/integration/features/conversation/find-listed.feature
index 2a0c7dd52..8f48de576 100644
--- a/tests/integration/features/conversation/find-listed.feature
+++ b/tests/integration/features/conversation/find-listed.feature
@@ -14,7 +14,7 @@ Feature: conversation/find-listed
| roomName | public-room |
When user "creator" allows listing room "group-room" for "none" with 200
And user "creator" allows listing room "public-room" for "none" with 200
- Then user "creator" cannot find any listed rooms (v3)
+ Then user "<user>" cannot find any listed rooms (v3)
Examples:
| user |
| creator |
diff --git a/tests/integration/spreedcheats/appinfo/info.xml b/tests/integration/spreedcheats/appinfo/info.xml
index b6e4cf0a7..437b24bff 100644
--- a/tests/integration/spreedcheats/appinfo/info.xml
+++ b/tests/integration/spreedcheats/appinfo/info.xml
@@ -7,13 +7,13 @@
<licence>AGPL</licence>
<author>Joas Schilling</author>
- <version>2.2.0</version>
+ <version>2.3.0</version>
<types>
<logging/>
</types>
<dependencies>
- <nextcloud min-version="21" max-version="21" />
+ <nextcloud min-version="22" max-version="22" />
</dependencies>
</info>