diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7bbf8b6ea00..89d91b50304 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-beta.1
+ 20.0.0-beta.2
agpl
Daniel Calviño Sánchez
diff --git a/package-lock.json b/package-lock.json
index 142335b2ce2..dea99386e33 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "talk",
- "version": "20.0.0-beta.1",
+ "version": "20.0.0-beta.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "talk",
- "version": "20.0.0-beta.1",
+ "version": "20.0.0-beta.2",
"license": "agpl",
"dependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
diff --git a/package.json b/package.json
index ed88d2c910c..dc99039dc20 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "20.0.0-beta.1",
+ "version": "20.0.0-beta.2",
"private": true,
"description": "",
"author": "Joas Schilling ",