Skip to content

Commit

Permalink
Bumped version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Thompson committed Jun 26, 2015
1 parent 8dbdb0f commit 8d58e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ent",
"description": "An attack tree visualisation tool",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"sinon": "^1.14.1"
},
"scripts": {
"package": "electron-packager build Ent --asar --platform=darwin --arch=x64 --version=0.27.2 --app-version=0.1.0 --out=bin --icon=doc/logo.icns",
"package": "electron-packager build Ent --asar --platform=darwin --arch=x64 --version=0.27.2 --app-version=0.2.0 --out=bin --icon=doc/logo.icns",
"start": "electron build 2>&1"
}
}

0 comments on commit 8d58e50

Please sign in to comment.