diff --git a/appinfo/info.xml b/appinfo/info.xml index 033766110b..6978fa7406 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. ]]> - 21.1.0-rc.3 + 21.1.0-rc.4 agpl Anna Larch diff --git a/package-lock.json b/package-lock.json index f0e264357b..0612e6e715 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "21.1.0-rc.3", + "version": "21.1.0-rc.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "21.1.0-rc.3", + "version": "21.1.0-rc.4", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index cba77055c7..69c58cd325 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "21.1.0-rc.3", + "version": "21.1.0-rc.4", "private": true, "description": "", "author": "Joas Schilling ",