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-05-13 18:14:00 +0300
committerJoas Schilling <coding@schilljs.com>2020-05-13 18:14:00 +0300
commitda22c2581c1698b156b712122e3a1d76da0cbb86 (patch)
tree427093fb001a5941a7bc27290eca06a2d2b4b10b
parent4c7760e11926b3b21eb7b110e2dd27f2fb02f75d (diff)
Bump version to 8.0.9
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 9ed3439da..3d55791bb 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.8</version>
+ <version>8.0.9</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 779b9095f..fe66d1f72 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "8.0.8",
+ "version": "8.0.9",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 4a168d15f..1a170e310 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "talk",
"description": "",
- "version": "8.0.8",
+ "version": "8.0.9",
"author": "Joas Schilling <coding@schilljs.com>",
"license": "agpl",
"private": true,