diff --git a/appinfo/info.xml b/appinfo/info.xml index b829f7ae267..bc9f23fa598 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m ]]> - 18.0.0-rc.3 + 18.0.0 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 9686ad4b1c1..14140aa1aae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "18.0.0-rc.3", + "version": "18.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "18.0.0-rc.3", + "version": "18.0.0", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index 7254f1d2c7a..99e8e269cf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "18.0.0-rc.3", + "version": "18.0.0", "private": true, "description": "", "author": "Joas Schilling ",