Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Bump Altus version to 3.1.0
  • Loading branch information
amanharwara committed Nov 7, 2019
1 parent 16d4961 commit b8cf95c
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "altus",
"version": "3.0.0",
"version": "3.1.0",
"description": "Electron-based desktop wrapper for WhatsApp Web",
"homepage": "https://shadythgod.github.io/altus",
"repository": {
Expand Down Expand Up @@ -49,8 +49,7 @@
"background": "build/background.png",
"icon": "build/icon.icns",
"iconSize": 100,
"contents": [
{
"contents": [{
"x": 380,
"y": 280,
"type": "link",
Expand All @@ -73,15 +72,13 @@
"allowToChangeInstallationDirectory": "true"
},
"win": {
"target": [
{
"target": "nsis",
"arch": [
"x64",
"ia32"
]
}
],
"target": [{
"target": "nsis",
"arch": [
"x64",
"ia32"
]
}],
"icon": "build/icon.ico"
},
"linux": {
Expand All @@ -92,4 +89,4 @@
"icon": "build/icon.png"
}
}
}
}

0 comments on commit b8cf95c

Please sign in to comment.