- When application is open, send POST
/api/v1/updates to check for updates.
- Provide current application version in a request.
- If backend returned
"update":true then show a dialog window saying about available update.
Should be implemented after: InnoQueue/backend#46