diff --git a/appinfo/info.xml b/appinfo/info.xml index 6e117cbee91..a63eabe4f90 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,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. ]]> - 19.0.0-rc.6 + 19.0.0 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 948a34214e1..638ffad18d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.0-rc.6", + "version": "19.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.0-rc.6", + "version": "19.0.0", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 8c6966744eb..5c43af4cbbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.0-rc.6", + "version": "19.0.0", "private": true, "description": "", "author": "Joas Schilling ",