From cebf93b06ced7e6470f5a21a3800548da5eafef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Thu, 23 May 2024 16:53:28 +0200 Subject: [PATCH] chore(release): Bump release to 19.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- 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 a63eabe4f90..fc4f0a071bd 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 + 19.0.1 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 3b8ae4b6e6d..6baa56ad400 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.0", + "version": "19.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.0", + "version": "19.0.1", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index c4d1fa59cec..486fae269d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.0", + "version": "19.0.1", "private": true, "description": "", "author": "Joas Schilling ",