Skip to content

Commit

Permalink
Bump version to v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed Oct 21, 2020
1 parent 4fae9c1 commit ef32f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SpeedyLoader",
"version": "1.3.0",
"version": "1.4.0",
"description": "Speeduino universal firmware loader",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit ef32f7d

Please sign in to comment.