summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigorii K. Shartsev <me@shgk.me>2023-06-09 17:11:16 +0200
committerGrigorii K. Shartsev <me@shgk.me>2023-06-09 17:11:16 +0200
commitcc7cb029c2d1ce015cd1856f90aa3fa49d8f28c2 (patch)
tree3fc64546dc1176c5dd941d19ce21a20c12544e59
parentf77cdc05eb2fe9e0ef8642c09211a1901ea20a7f (diff)
chore(release): Bump version to 17.0.0-rc.4
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
-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 9f392a1bd..d2a786ecb 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-rc.3</version>
+ <version>17.0.0-rc.4</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 889d3642a..6b1d13e0f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "17.0.0-rc.3",
+ "version": "17.0.0-rc.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "17.0.0-rc.3",
+ "version": "17.0.0-rc.4",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index a31dfb615..bff71a97a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "17.0.0-rc.3",
+ "version": "17.0.0-rc.4",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",