summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-12-07 15:59:33 +0100
committerJoas Schilling <coding@schilljs.com>2023-12-07 15:59:33 +0100
commit537a79be5d36b6f48ceb0574e0523fed03535b2b (patch)
treef7a4961f3f1e473001db3f78b75bcd8ab5de7c00
parentcfea2505813849c71d952ec200e57ae0f18a85a7 (diff)
chore(release): Bump version to 18.0.0-rc.3
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 037ce5c2a..b829f7ae2 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>18.0.0-rc.2</version>
+ <version>18.0.0-rc.3</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 992ba5595..9686ad4b1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "18.0.0-rc.2",
+ "version": "18.0.0-rc.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "18.0.0-rc.2",
+ "version": "18.0.0-rc.3",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index 8feca756a..7254f1d2c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "18.0.0-rc.2",
+ "version": "18.0.0-rc.3",
"private": true,
"description": "",
"author": "Joas Schilling <coding@schilljs.com>",