Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sherylynn committed Nov 7, 2018
1 parent ae2409a commit de1ae27
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdf-sync",
"version": "0.0.5",
"version": "0.0.6",
"main": "main.js",
"author": "sherylynn",
"email": "[email protected]",
Expand Down Expand Up @@ -82,7 +82,8 @@
},
"dependencies": {
"electron-log": "^2.2.17",
"electron-updater": "^3.1.2"
"electron-updater": "^3.1.2",
"natives": "^1.1.6"
},
"build": {
"appId": "com.sherylynn.pdf-sync",
Expand Down Expand Up @@ -139,9 +140,10 @@
"private": false,
"owner": "sherylynn",
"releaseType": "release"
},{
},
{
"provider": "generic",
"url":"your_url"
"url": "your_url"
}
],
"directories": {
Expand Down

0 comments on commit de1ae27

Please sign in to comment.