From 70f0307c5611f46fbff387a1062bf03305bc4663 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 11 Dec 2025 14:48:07 +0100 Subject: [PATCH] chore: Set version to 19.0.16 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 1aa9ab4445..97e5aeb6d7 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.15 + 19.0.16 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 3a8d86f7db..0d76862af3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "19.0.15", + "version": "19.0.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "19.0.15", + "version": "19.0.16", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index ddc50f1fea..7eba91453f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "19.0.15", + "version": "19.0.16", "private": true, "description": "", "author": "Joas Schilling ",