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-07-21 13:44:40 +0300
committerJoas Schilling <coding@schilljs.com>2020-07-21 13:44:40 +0300
commit20896c11a63f4dc4c1edd08960566710cc8c2fb4 (patch)
tree02df123e5ca1fca91f1b664dffc1d644d99a8191
parentbf7000bcb90b1d4859f9c5d1c8b13b11684c2ca6 (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 1509e45e5..b6029049f 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.1</version>
+ <version>9.0.2</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 06eddb790..cede2e5df 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "9.0.0",
+ "version": "9.0.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 64aeedbb0..bcd921854 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "9.0.0",
+ "version": "9.0.2",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",