Skip to content

Commit

Permalink
chore: new version v0.5.0 (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored Aug 2, 2018
1 parent a825621 commit 0b4a2c8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "ipfs-desktop",
"private": true,
"version": "0.4.2",
"version": "0.5.0",
"productName": "IPFS Desktop",
"description": "IPFS Native Application",
"main": "src/index.js",
"dependencies": {
Expand Down Expand Up @@ -90,21 +91,18 @@
]
},
"electronPackagerConfig": {
"name": "IPFS Desktop",
"packageManager": "yarn",
"executableName": "ipfs-desktop",
"icon": "./src/img/icons/executable/ipfs.ico"
},
"electronInstallerDebian": {
"productName": "IPFS Desktop",
"icon": "./src/img/icons/executable/ipfs.ico",
"scripts": {
"postinst": "postinst.sh"
}
},
"electronWinstallerConfig": {
"title": "IPFSDesktop",
"name": "IPFS Desktop",
"name": "Desktop",
"setupIcon": "./src/img/icons/executable/ipfs.ico",
"loadingGif": "./src/img/loading.gif",
"exe": "ipfs-desktop.exe"
Expand Down

0 comments on commit 0b4a2c8

Please sign in to comment.