Skip to content

Commit

Permalink
bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian committed Oct 16, 2016
1 parent 1cdca22 commit 5fa8a5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (icon) {
DEFAULT_OPTS.icon = icon;
}

var version = argv.version || argv.v || "1.4.1";
var version = argv.version || argv.v || "1.4.3";
DEFAULT_OPTS.version = version;
startPack();

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "FromScratch",
"version": "1.1.1",
"version": "1.2.0",
"description": "simple autosaving scratchpad",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"css-loader": "^0.25.0",
"del": "^2.2.2",
"devtron": "^1.3.0",
"electron": "^1.4.1",
"electron": "^1.4.3",
"electron-devtools-installer": "^2.0.1",
"electron-packager": "^8.0.0",
"eslint": "^3.6.0",
Expand All @@ -78,7 +78,7 @@
"url-loader": "0.5.7",
"webpack": "^1.13.2",
"webpack-dev-middleware": "^1.8.2",
"webpack-hot-middleware": "^2.12.2",
"webpack-hot-middleware": "^2.13.0",
"webpack-target-electron-renderer": "^0.4.0"
},
"dependencies": {
Expand Down

0 comments on commit 5fa8a5a

Please sign in to comment.