summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-06-22 15:11:55 +0200
committerJoas Schilling <coding@schilljs.com>2023-06-22 15:11:55 +0200
commited362e7c937d7f491abb7b7f740bcefae513262d (patch)
treec9096656cf5e28c6645612fcbab66e1cdcfc13b2
parent3601cf6b0bc8865b15d2b2487f65b285fe6c58b7 (diff)
chore(release): Bump version
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 05e8c015d..e39568abe 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>17.0.0</version>
+ <version>17.0.1</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 9035b0782..8444e8ef1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "17.0.0",
+ "version": "17.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "17.0.0",
+ "version": "17.0.1",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index ec19b279d..f55698c73 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "17.0.0",
+ "version": "17.0.1",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",