Skip to content

Commit

Permalink
Bump to v0.0.2 and fix to builder
Browse files Browse the repository at this point in the history
  • Loading branch information
megastary committed Dec 12, 2019
1 parent e2cac5a commit 5d74270
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
Expand Up @@ -7,7 +7,7 @@
"email": "[email protected]",
"url": "https://houby-studio.eu/"
},
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"copyright": "Copyright © 2020 Houby Studio",
"build": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"compile": "electron-webpack",
"dist": "yarn compile && electron-builder",
"dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null",
"release": "build",
"release": "yarn compile && electron-builder",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
Expand Down

0 comments on commit 5d74270

Please sign in to comment.