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:
-rw-r--r--appinfo/info.xml4
-rw-r--r--package.json2
-rw-r--r--tests/integration/spreedcheats/appinfo/info.xml4
-rw-r--r--vue/package.json2
4 files changed, 6 insertions, 6 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ddc164afa..f7e7e207f 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>7.0.0-beta.1</version>
+ <version>8.0.0-dev.0</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
@@ -43,7 +43,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
<screenshot>https://raw.githubusercontent.com/nextcloud/spreed/master/docs/contacts-menu.png</screenshot>
<dependencies>
- <nextcloud min-version="17" max-version="17" />
+ <nextcloud min-version="18" max-version="18" />
</dependencies>
<background-jobs>
diff --git a/package.json b/package.json
index 119483e48..6d5f450cb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "spreed",
- "version": "6.0.0",
+ "version": "8.0.0",
"description": "",
"main": " ",
"repository": {
diff --git a/tests/integration/spreedcheats/appinfo/info.xml b/tests/integration/spreedcheats/appinfo/info.xml
index ec77d6392..b52b85837 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.1.0</version>
+ <version>2.2.0</version>
<types>
<logging/>
</types>
<dependencies>
- <nextcloud min-version="17" max-version="17" />
+ <nextcloud min-version="18" max-version="18" />
</dependencies>
</info>
diff --git a/vue/package.json b/vue/package.json
index fb56aa913..f60eb6b77 100644
--- a/vue/package.json
+++ b/vue/package.json
@@ -1,7 +1,7 @@
{
"name": "spreed",
"description": "",
- "version": "6.0.0",
+ "version": "8.0.0",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,