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
2 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 4b92ad5f3..ca474f540 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>13.0.0-dev.4</version>
+ <version>14.0.0-dev.0</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
@@ -49,7 +49,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="23" max-version="23" />
+ <nextcloud min-version="24" max-version="24" />
</dependencies>
<background-jobs>
diff --git a/package.json b/package.json
index e498cacf6..897097ef5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "13.0.0",
+ "version": "14.0.0",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",