Skip to content

Commit d6bf84c

Browse files
committed
🆙 Linux app version
1 parent d5cba40 commit d6bf84c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/main/autoupdater.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ function appUpdater() {
1111
autoUpdater.setFeedURL(updaterFeedURL);
1212

1313
// Log whats happening
14+
// TODO send autoUpdater events to renderer so that we could
15+
// it could console log in developer tools
1416
autoUpdater.on('error', err => console.log(err));
1517
autoUpdater.on('checking-for-update', () => console.log('checking-for-update'));
1618
autoUpdater.on('update-available', () => console.log('update-available'));

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"packageCategory": "GNOME;GTK;Network;InstantMessaging",
4444
"description": "Zulip Desktop Client for Linux",
4545
"target" : ["deb", "AppImage"],
46-
"version" : "0.5.1",
46+
"version" : "0.5.3",
4747
"title" : "Zulip",
4848
"license": "Apache-2.0",
4949
"maintainer": "Akash Nimare <[email protected]>"

0 commit comments

Comments
 (0)