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-18 18:53:08 +0300
committerJoas Schilling <coding@schilljs.com>2020-11-18 18:53:08 +0300
commitb0610956f9ab30f59cfdeecbb74e72096428d390 (patch)
treeb7a0426deea7fe98ce4df274e67b4190f3640114
parentd86ecd3f709e5e3a70b0fc7e64054fd80e386b3d (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 c28eb6843..235fa98e0 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>10.0.2</version>
+ <version>10.0.3</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index c59b94161..96ac1a669 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "10.0.2",
+ "version": "10.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 78b2b41fa..fd78a67e8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "10.0.2",
+ "version": "10.0.3",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",