updated desktop app to v1.4.0

This commit is contained in:
Akash Nimare 2017-09-08 16:47:48 +05:30 committed by showell
parent 26f6d708c2
commit bf470d3d1e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const ELECTRON_APP_VERSION = "1.3.0-beta";
const ELECTRON_APP_VERSION = "1.4.0";
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";