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-04-02 18:00:58 +0300
committerJoas Schilling <coding@schilljs.com>2020-04-02 18:00:58 +0300
commit90ea4b0c83bd81b8a591f7ce22c0a22f24dcd66c (patch)
treea3741bf97eae975144342dc13e04937575771c9c
parent29ff3ce554f808ad23731895ac1ef90b57c09bce (diff)
Bump the version
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 3d402cfa9..1e6c7a299 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.6.1</version>
+ <version>8.0.7</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 0bc52f285..5c7140857 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "8.0.6",
+ "version": "8.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index a9289cdce..1b45543e1 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "talk",
"description": "",
- "version": "8.0.6",
+ "version": "8.0.7",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,