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-11-17 23:43:55 +0300
committerJoas Schilling <coding@schilljs.com>2020-11-17 23:43:55 +0300
commit453681bdbe7d8b49140c6c7229f6ab0a50637834 (patch)
tree7576a5a87ff59c563b7e9d1fe37790295fd5dce3
parent27d4fc97eaadcc4003ce6c60bc4489b5a98ad1bb (diff)
Bump 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 3300c2476..60d650252 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>9.0.5</version>
+ <version>9.0.6</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index b3f16837d..4fe4033ef 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "9.0.5",
+ "version": "9.0.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 577fd7137..d1069c276 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "9.0.5",
+ "version": "9.0.6",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",