Skip to content

Commit

Permalink
0.2.2 Release (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsarfati authored Aug 30, 2019
1 parent 42da3ec commit ee30b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/desktop-app/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"nsis": {
"installerIcon": "assets/favicon.ico",
"uninstallerIcon": "assets/favicon.ico",
"oneClick": "false",
"oneClick": false,
"license": "LICENSE.md",
"runAfterFinish": true,
"perMachine": false,
"allowToChangeInstallationDirectory": "true"
},
"files": ["assets/*", "dist/*"],
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app/.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ REACT_APP_API_URL=https://api.salad.io/core/master/
REACT_APP_TERMS_VERSION=1.0
REACT_APP_WHATS_NEW_VERSION=2
REACT_APP_DATA_TRACKING_VERSION=1.0
REACT_APP_VERSION=0.2.1
REACT_APP_VERSION=0.2.2

REACT_APP_SUPPORT_URL=https://salad.io/support
REACT_APP_DISCORD_URL=https://discord.gg/xcvmgQk
Expand Down

0 comments on commit ee30b4c

Please sign in to comment.