Skip to content

Commit

Permalink
Version 1.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
evsar3 committed Mar 28, 2020
1 parent d88a362 commit 8e9619c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sshfs-win-manager",
"version": "0.1.1-beta.3",
"author": "Evandro Araujo <[email protected]>",
"version": "1.0.0",
"author": "Evandro Araujo <[email protected]>",
"description": "A GUI for SSHFS-Win (https://github.com/billziss-gh/sshfs-win)",
"license": "MIT",
"main": "./dist/electron/main.js",
Expand All @@ -24,7 +24,7 @@
"appId": "dev.babum.apps.sshfs-win-manager",
"artifactName": "sshfs-win-manager-setup-v${version}.${ext}",
"nsis": {
"oneClick": false,
"oneClick": true,
"installerIcon": "build/icons/setup-icon.ico",
"uninstallDisplayName": "SSHFS-Win Manager"
},
Expand Down

0 comments on commit 8e9619c

Please sign in to comment.