From ecbcafe9ea0f568bf61c112d0d63d15b14292f46 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 10 Feb 2021 16:52:47 +0000 Subject: [PATCH] Upgrade to Electron 11.2.3 No breaking changes, so let's see how this works for a wider audience. In particular, we'll want to check https://github.com/vector-im/element-web/issues/15869 again. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5f21f1..9e3a036 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ }, "build": { "appId": "im.riot.app", - "electronVersion": "10.2.0", + "electronVersion": "11.2.3", "files": [ "package.json", {