From ea17dd6f57a4360e3e8c5ba120cf7b789da4f78a Mon Sep 17 00:00:00 2001 From: Core Date: Sat, 27 Aug 2022 17:37:16 +0100 Subject: [PATCH] Electron 20.1.0 --- package.json | 4 ++-- winget.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4f5b81bd..0b3b621b 100644 --- a/package.json +++ b/package.json @@ -119,9 +119,9 @@ } ], "build": { - "electronVersion": "19.0.13", + "electronVersion": "20.1.0", "electronDownload": { - "version": "19.0.13+wvcus", + "version": "20.1.0+wvcus", "mirror": "https://github.com/castlabs/electron-releases/releases/download/v" }, "appId": "cider", diff --git a/winget.json b/winget.json index fbf72860..48680a36 100644 --- a/winget.json +++ b/winget.json @@ -1,7 +1,7 @@ { - "electronVersion": "19.0.13", + "electronVersion": "20.1.0", "electronDownload": { - "version": "19.0.13+wvcus", + "version": "20.1.0+wvcus", "mirror": "https://github.com/castlabs/electron-releases/releases/download/v" }, "appId": "cider",