diff --git a/main.js b/main.js index 973397b..f93d1b7 100644 --- a/main.js +++ b/main.js @@ -289,7 +289,4 @@ ipcMain.on('uploadFW', (e, args) => { e.sender.send( "upload completed", code ) } }); -}); - -// In this file you can include the rest of your app's specific main process -// code. You can also put them in separate files and require them here. \ No newline at end of file +}); \ No newline at end of file diff --git a/package.json b/package.json index c8dfd4c..4ae7070 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "SpeedyLoader", - "version": "1.3.0", + "version": "1.4.0", "description": "Speeduino universal firmware loader", "main": "main.js", "scripts": {