Skip to content

Commit ef32f7d

Browse files
committed
Bump version to v1.4.0
1 parent 4fae9c1 commit ef32f7d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

main.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,4 @@ ipcMain.on('uploadFW', (e, args) => {
289289
e.sender.send( "upload completed", code )
290290
}
291291
});
292-
});
293-
294-
// In this file you can include the rest of your app's specific main process
295-
// code. You can also put them in separate files and require them here.
292+
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SpeedyLoader",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Speeduino universal firmware loader",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)