Skip to content

Commit 8d58e50

Browse files
author
Jimmy Thompson
committed
Bumped version to 0.2
1 parent 8dbdb0f commit 8d58e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ent",
33
"description": "An attack tree visualisation tool",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"private": true,
66
"repository": {
77
"type": "git",
@@ -30,7 +30,7 @@
3030
"sinon": "^1.14.1"
3131
},
3232
"scripts": {
33-
"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",
33+
"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",
3434
"start": "electron build 2>&1"
3535
}
3636
}

0 commit comments

Comments
 (0)