From 936c2b0e301b39382d958a2f70cb855065f92142 Mon Sep 17 00:00:00 2001 From: Grigorii Shartsev Date: Fri, 24 Mar 2023 18:00:58 +0100 Subject: [PATCH] release: v0.2.2 Fixes: - Fix zoom without SHIFT and by mouse wheel (#77) - Fix wrong display name in calls and temp messages (#72) - Fix loosing authentication on notify_push on any ws error caused brute force protection (#76) Signed-off-by: Grigorii Shartsev --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4555e0b..78c237e6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "talk-desktop", "productName": "Nextcloud Talk", - "version": "0.2.1", + "version": "0.2.2", "description": "Official Desktop client for Nextcloud Talk", "bugs": "https://github.com/nextcloud/talk-desktop/issues", "license": "AGPL-3.0",