From 0b13ee02c4b1e3d49ea58a25d965c843c0a857e4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 16 Nov 2023 15:02:53 +0100 Subject: [PATCH] chore(release): Bump version to 18.0.0-beta.3 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 77e3ece56d1..51369d5796d 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-beta.2 + 18.0.0-beta.3 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 9ef74ebe56d..7e5ea79978a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "18.0.0-beta.2", + "version": "18.0.0-beta.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "18.0.0-beta.2", + "version": "18.0.0-beta.3", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index c5d5f836a93..db96823e920 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "18.0.0-beta.2", + "version": "18.0.0-beta.3", "private": true, "description": "", "author": "Joas Schilling ",