Bump and upgrade electron to 18.0.3

This commit is contained in:
cryptofyre 2022-04-08 09:33:22 -05:00 committed by GitHub
parent 396198e479
commit 12e2d6c39a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
"name": "cider",
"applicationId": "Cider",
"productName": "Cider",
"version": "1.4.1",
"version": "1.4.2",
"description": "A new cross-platform Apple Music experience based on Electron and Vue.js written from scratch with performance in mind.",
"license": "AGPL-3.0",
"main": "./build/index.js",
@ -105,9 +105,9 @@
}
],
"build": {
"electronVersion": "16.0.7",
"electronVersion": "18.0.3",
"electronDownload": {
"version": "16.0.7+wvcus",
"version": "18.0.3+wvcus",
"mirror": "https://github.com/castlabs/electron-releases/releases/download/v"
},
"appId": "cider",