Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
giankotarola committed Nov 13, 2020
1 parent 9df7cf0 commit c015323
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "space-app",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"main": "public/electron-app.js",
"author": "Fleek Labs Inc.",
Expand Down Expand Up @@ -206,8 +206,17 @@
"icon": "build/icon.png",
"iconSize": 70,
"contents": [
{ "x": 129, "y": 217, "type": "file" },
{ "x": 481, "y": 217, "type": "link", "path": "/Applications" }
{
"x": 129,
"y": 217,
"type": "file"
},
{
"x": 481,
"y": 217,
"type": "link",
"path": "/Applications"
}
]
}
},
Expand Down

0 comments on commit c015323

Please sign in to comment.