Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
fixes #330 #326 #328 #335
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbuechele committed Mar 12, 2017
1 parent 110fd0c commit 6dcf1a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "goofy-builder",
"version": "3.0.3",
"version": "3.1.0",
"description": "The electron-builder script to build Goofy",
"main": "app/src/main.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"devDependencies": {
"@sep/eslint-config-sep": "^1.0.14",
"electron": "^1.4.1",
"electron": "^1.6.3",
"electron-builder": "^10.8.0"
},
"build": {
Expand All @@ -34,7 +34,7 @@
},
"mac": {
"target": ["zip"],
"bundleVersion": "2000"
"bundleVersion": "2001"
},
"publish": ["github"]
}
Expand Down

0 comments on commit 6dcf1a4

Please sign in to comment.