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>2020-03-02 18:55:55 +0300
committerJoas Schilling <coding@schilljs.com>2020-03-02 18:55:55 +0300
commit85205cd8ed984a8d3213199f8b150a2009d37f01 (patch)
treee08a5a747b8189ab0de9755b12607066fa339162
parent834e868a1e89baae7553bf9fc6e7fbc2f07cc12b (diff)
Bump version to v8.0.5
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
3 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index af16e868d..a2b3da4a1 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>8.0.4</version>
+ <version>8.0.5</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index ff72b4919..3dc794e85 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "8.0.4",
+ "version": "8.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index fb5f3cf6c..4bd8e020f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "talk",
"description": "",
- "version": "8.0.4",
+ "version": "8.0.5",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,