From 17b305fb49f2d579de0387826362178440efe08b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 12 Sep 2024 09:29:36 +0200 Subject: [PATCH] chore(release): Bump version to 20.0.0-rc.5 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 88b9fe35bd..30de91d5df 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.4 + 20.0.0-rc.5 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index d48aa48d92..863a0ecefe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "20.0.0-rc.4", + "version": "20.0.0-rc.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "20.0.0-rc.4", + "version": "20.0.0-rc.5", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index f793beed31..cf294dd156 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "20.0.0-rc.4", + "version": "20.0.0-rc.5", "private": true, "description": "", "author": "Joas Schilling ",