summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-12-08 15:38:16 +0100
committerJoas Schilling <coding@schilljs.com>2023-12-08 15:38:16 +0100
commit347686a5e5ed5336aa9325a7e71cf3d969a32149 (patch)
tree44886dc68fb145b7dff86e38a5a1abf237809499
parentf57907f2d00791476a01cf5fe0143dab99665a4d (diff)
chore(release): Bump version to 18.0.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
3 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index b829f7ae2..bc9f23fa5 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
]]></description>
- <version>18.0.0-rc.3</version>
+ <version>18.0.0</version>
<licence>agpl</licence>
<author>Daniel Calviño Sánchez</author>
diff --git a/package-lock.json b/package-lock.json
index 9686ad4b1..14140aa1a 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 7254f1d2c..99e8e269c 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 <coding@schilljs.com>",