desktop: Update app to v2.3.82.

This commit is contained in:
Akash Nimare 2018-10-12 18:02:53 +05:30 committed by Tim Abbott
parent 0f7628280f
commit f60e6d7c20
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const ELECTRON_APP_VERSION = "2.3.8";
const ELECTRON_APP_VERSION = "2.3.82";
const ELECTRON_APP_URL_LINUX = "https://github.com/zulip/zulip-electron/releases/download/v" + ELECTRON_APP_VERSION + "/Zulip-" + ELECTRON_APP_VERSION + "-x86_64.AppImage";
const ELECTRON_APP_URL_MAC = "https://github.com/zulip/zulip-electron/releases/download/v" + ELECTRON_APP_VERSION + "/Zulip-" + ELECTRON_APP_VERSION + ".dmg";
const ELECTRON_APP_URL_WINDOWS = "https://github.com/zulip/zulip-electron/releases/download/v" + ELECTRON_APP_VERSION + "/Zulip-Web-Setup-" + ELECTRON_APP_VERSION + ".exe";