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-07-31 12:30:31 +0300
committerJoas Schilling <coding@schilljs.com>2019-07-31 12:30:31 +0300
commitd71d57dbf385d8e51aa75d87fe1703cc615c013b (patch)
treeec57c700b57cc34a693af7a5484cd37377b83bda
parent1918caabff267766a9fc860184058983fcf1a751 (diff)
Bump version to 6.0.4v6.0.4
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
-rw-r--r--vue/package-lock.json2
-rw-r--r--vue/package.json2
5 files changed, 5 insertions, 5 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 46b1b9424..f79b6e50c 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.3</version>
+ <version>6.0.4</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 976448785..13fd2f5c7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "spreed",
- "version": "6.0.3",
+ "version": "6.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 6bdeaa9bf..195b11cd6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "spreed",
- "version": "6.0.3",
+ "version": "6.0.4",
"description": "",
"main": " ",
"repository": {
diff --git a/vue/package-lock.json b/vue/package-lock.json
index b73cc7e50..146a0fbee 100644
--- a/vue/package-lock.json
+++ b/vue/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "spreed",
- "version": "6.0.3",
+ "version": "6.0.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/vue/package.json b/vue/package.json
index d0afc934d..8f444d7d9 100644
--- a/vue/package.json
+++ b/vue/package.json
@@ -1,7 +1,7 @@
{
"name": "spreed",
"description": "",
- "version": "6.0.3",
+ "version": "6.0.4",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,