apps: Update desktop app to latest release v1.8.2.

This commit is contained in:
Akash Nimare 2018-03-07 19:10:49 +05:30 committed by Tim Abbott
parent 0d788823c2
commit cd84fde8c5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const ELECTRON_APP_VERSION = "1.8.1";
const ELECTRON_APP_VERSION = "1.8.2";
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";