From 95aee4701b257c358a8527fee7ae4c272ef910e9 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 25 Jan 2024 11:14:28 +0100 Subject: [PATCH] chore(release): Bump version to 18.0.2 Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index e1a55ce95e9..f2da0ebcc0d 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.1 + 18.0.2 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index e2a916e4d41..b63c50d666a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "18.0.1", + "version": "18.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "18.0.1", + "version": "18.0.2", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index ddbc4a9b2ad..26ae242f88a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "18.0.1", + "version": "18.0.2", "private": true, "description": "", "author": "Joas Schilling ",