diff --git a/main.js b/main.js index 4aa062e..bba5813 100644 --- a/main.js +++ b/main.js @@ -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 { diff --git a/package.json b/package.json index 393ff50..d5441f0 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",