From c7da9a62e710a9430d44dc049385f9497f4c55e8 Mon Sep 17 00:00:00 2001 From: yazninja Date: Wed, 25 May 2022 08:41:25 +0800 Subject: [PATCH] electron 18.3.0 --- package.json | 4 ++-- winget.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2bd112fe..25729829 100644 --- a/package.json +++ b/package.json @@ -109,9 +109,9 @@ } ], "build": { - "electronVersion": "18.2.4", + "electronVersion": "18.3.0", "electronDownload": { - "version": "18.2.4+wvcus", + "version": "18.3.0+wvcus", "mirror": "https://github.com/castlabs/electron-releases/releases/download/v" }, "appId": "cider", diff --git a/winget.json b/winget.json index 7897f3a6..8d93606f 100644 --- a/winget.json +++ b/winget.json @@ -1,7 +1,7 @@ { - "electronVersion": "18.2.4", + "electronVersion": "18.3.0", "electronDownload": { - "version": "18.2.4+wvcus", + "version": "18.3.0+wvcus", "mirror": "https://github.com/castlabs/electron-releases/releases/download/v" }, "appId": "cider",