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:24:29 +0300
committerJoas Schilling <coding@schilljs.com>2020-10-23 11:24:29 +0300
commitb2de4c3799a8b171af358df2f19998b7d0374f41 (patch)
treee0f607f642ef78af3d299f00a90af472ac051225
parentbcb3f570f106484351299e7af89c77e4012c1796 (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 90e944869..eaddd8e30 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.0</version>
+ <version>10.0.1</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index e83611721..a7b0f0b96 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "10.0.0",
+ "version": "10.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 5f9453cca..cd0ec07c1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "10.0.0",
+ "version": "10.0.1",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",