Skip to content

Commit

Permalink
Release 1.1.1 (#254)
Browse files Browse the repository at this point in the history
Also upgrade electron-installer-common to ^0.6.1 to force the asar@^1.0.0 upgrade
  • Loading branch information
malept authored Feb 21, 2019
1 parent 9dc06c9 commit 48a2e0e
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": "electron-installer-windows",
"description": "Create a Windows package for your Electron app.",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"author": {
"name": "Daniel Perez Alvarez",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"debug": "^4.1.0",
"electron-installer-common": "^0.6.0",
"electron-installer-common": "^0.6.1",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"glob-promise": "^3.4.0",
Expand Down

0 comments on commit 48a2e0e

Please sign in to comment.