desktop-app: Update app to latest v1.9.0.

This commit is contained in:
Akash Nimare 2018-03-31 01:15:18 +05:30 committed by Tim Abbott
parent e840e5b3a8
commit 51113baebc
1 changed files with 1 additions and 1 deletions

View File

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