Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DM164 committed Nov 6, 2020
1 parent f7465da commit 61e48df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gmail-by-dm",
"productName": "Gmail by DM",
"version": "0.2.2",
"version": "0.2.3",
"description": "Gmail desktop client.",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 0 additions & 2 deletions updates/updates.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ function checkForUpdates() {
}
if (cachedVersion > remote.app.getVersion()) {
console.log('Update required!')
document.getElementById('update-status').innerText = 'Update available!'
ipcRenderer.send('download-update')
} else {
document.getElementById('update-status').innerText = 'No update available.'
console.log('No update required')
}
}
Expand Down

0 comments on commit 61e48df

Please sign in to comment.