From a1731a516503b5059b330eafa43b73025db06ea8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 29 Feb 2024 17:35:04 +0100 Subject: [PATCH] chore(release): Bump version to 17.1.6 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 2b3c7df879e..b5e0e8baac6 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 ]]> - 17.1.5 + 17.1.6 agpl Daniel Calviño Sánchez diff --git a/package-lock.json b/package-lock.json index 37a1b712572..cf53b6e76a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "talk", - "version": "17.1.5", + "version": "17.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "talk", - "version": "17.1.5", + "version": "17.1.6", "license": "agpl", "dependencies": { "@linusborg/vue-simple-portal": "^0.1.5", diff --git a/package.json b/package.json index f8f9a1da2a1..36439b8906e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "17.1.5", + "version": "17.1.6", "private": true, "description": "", "author": "Joas Schilling ",