diff --git a/simpliplay/main.js b/simpliplay/main.js index 544cc85..5c27c80 100644 --- a/simpliplay/main.js +++ b/simpliplay/main.js @@ -6,7 +6,7 @@ const { pathToFileURL } = require("url"); const { checkForUpdate } = require('./updateChecker'); let gpuAccel = ""; let didRegisterShortcuts = false; -let version = "2.0.4.1" +let version = "2.0.4.2" if (process.platform === 'darwin') { if (process.argv.includes('--use-gl')) { @@ -438,4 +438,4 @@ app.on("window-all-closed", () => { app.on("will-quit", () => { globalShortcut.unregisterAll(); -}); \ No newline at end of file +});