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-10-23 11:26:53 +0300
committerJoas Schilling <coding@schilljs.com>2020-10-23 11:26:53 +0300
commitda662c6bd8cd1a83c1d06010aefeb77025e01458 (patch)
tree0ff587cab2807b1c2b6e20f33785a7d6fcf10637
parentb9edec2f4d1bc795ae648d2123a4d4da01724a08 (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 74b36e44b..3300c2476 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.4</version>
+ <version>9.0.5</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 8770966d8..b3f16837d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "9.0.4",
+ "version": "9.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index e0443cd43..577fd7137 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "9.0.4",
+ "version": "9.0.5",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",