From ef32f7d149fa468de3cfcd66ecc2121793026acc Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Wed, 21 Oct 2020 18:52:11 +1100 Subject: [PATCH] Bump version to v1.4.0 --- main.js | 5 +---- package.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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": {