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>2019-05-16 15:39:33 +0300
committerJoas Schilling <coding@schilljs.com>2019-05-16 15:39:33 +0300
commitac93db8ad9573b41df843af5ac8324646f15636c (patch)
treeb39359fa64fdbaaecb0dee4042d5bcdae0cb2456
parentf937ac8b652821f4a6246c073080fe8b9f427bac (diff)
Bump version
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
-rw-r--r--vue/package.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c6df9c0be..1a250c3e9 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>6.0.0</version>
+ <version>6.0.1</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package.json b/package.json
index 5802fd8e8..885620b35 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "spreed",
- "version": "6.0.0",
+ "version": "6.0.1",
"description": "",
"main": " ",
"repository": {
diff --git a/vue/package.json b/vue/package.json
index bcdcde996..512176f1b 100644
--- a/vue/package.json
+++ b/vue/package.json
@@ -1,7 +1,7 @@
{
"name": "spreed",
"description": "",
- "version": "6.0.0",
+ "version": "6.0.1",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,