Skip to content

Commit

Permalink
update to latest release of electron
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian committed Dec 10, 2016
1 parent 053a93a commit 018abd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if (icon) {
DEFAULT_OPTS.icon = icon;
}

var version = argv.version || argv.v || "1.4.11";
var version = argv.version || argv.v || "1.4.12";
DEFAULT_OPTS.version = version;
startPack();

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"css-loader": "^0.26.1",
"del": "^2.2.2",
"devtron": "^1.3.0",
"electron": "^1.4.11",
"electron": "^1.4.12",
"electron-devtools-installer": "^2.0.1",
"electron-packager": "^8.3.0",
"eslint": "^3.11.1",
Expand Down

0 comments on commit 018abd9

Please sign in to comment.