Skip to content

Commit

Permalink
release: v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vervallsweg committed May 30, 2019
1 parent c39774d commit f497fd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ function start() {
sendMainWindowError({message: "API doesn't respond. Check the log file to see the error message."});
stop().then(() => {sendMainWindowStatus({status: 'offline'})});
}
}, 5000);
}, 10000);

windows.get('api').timeout = timeout;
} else {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cast-web-api-desktop",
"version": "1.2.0-rc8",
"version": "1.2.0",
"description": "Desktop app for cast-web-api",
"main": "main.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/vervallsweg/cast-web-api-desktop#readme",
"dependencies": {
"cast-web-api": "1.2.0-rc8"
"cast-web-api": "1.2.0"
},
"devDependencies": {
"electron": "^4.1.4",
Expand Down

0 comments on commit f497fd4

Please sign in to comment.