Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpigeon committed Dec 4, 2018
1 parent 4e8f27f commit 2bdc775
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/main.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ app.on('ready', async () => {
});

mainWindow.setMenu(null);
// mainWindow.toggleDevTools();
// const menuBuilder = new MenuBuilder(mainWindow);
// menuBuilder.buildMenu();
});
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BrainWaves",
"productName": "BrainWaves",
"version": "0.7.0",
"version": "0.7.1",
"description": "EEG Desktop Application",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "BrainWaves",
"productName": "BrainWaves",
"version": "0.7.0",
"version": "0.7.1",
"description": "EEG Experiment Desktop Application",
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",
Expand Down

0 comments on commit 2bdc775

Please sign in to comment.