From 5d530a8ba0d976a4f4baa832b2ca0bee786b213e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 22 Aug 2024 20:32:17 +0200 Subject: [PATCH] chore(release): Bump version to 20.0.0-rc.3 Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 2a51d59dd0..b5ffea4dd4 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -18,7 +18,7 @@ * 🌉 **Sync with other chat solutions** With [Matterbridge](https://github.com/42wim/matterbridge/) being integrated in Talk, you can easily sync a lot of other chat solutions to Nextcloud Talk and vice-versa. ]]> - 20.0.0-rc.2 + 20.0.0-rc.3 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index f0ea090b32..2507211a98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "20.0.0-rc.2", + "version": "20.0.0-rc.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "20.0.0-rc.2", + "version": "20.0.0-rc.3", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index dbd44ab719..1dc1f5f29b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "20.0.0-rc.2", + "version": "20.0.0-rc.3", "private": true, "description": "", "author": "Joas Schilling ",