From 80cb503c48d089ee8f5a86073f0becab0fd7c8c4 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Tue, 1 Dec 2020 12:40:02 +0000 Subject: [PATCH] Upgrade to Electron 11.0.3 We're hoping this may help with frozen window issues in https://github.com/vector-im/element-web/issues/15869. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 08e9780..3deb17a 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ }, "build": { "appId": "im.riot.app", - "electronVersion": "11.0.1", + "electronVersion": "11.0.3", "files": [ "package.json", {