From e7a2caba9854de1ddc7997d52573c90dfa108764 Mon Sep 17 00:00:00 2001 From: cryptofyre Date: Fri, 27 May 2022 13:41:57 -0500 Subject: [PATCH] prepare for greatness. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 21b55cd3..d9503e24 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "cider", "applicationId": "Cider", "productName": "Cider", - "version": "1.4.7", + "version": "1.5.0", "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", @@ -110,9 +110,9 @@ } ], "build": { - "electronVersion": "18.3.0", + "electronVersion": "18.3.1", "electronDownload": { - "version": "18.3.0+wvcus", + "version": "18.3.1+wvcus", "mirror": "https://github.com/castlabs/electron-releases/releases/download/v" }, "appId": "cider",