summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-22 15:30:07 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-22 15:30:07 -0400
commitf7bdc28142f1a4375256c481c2d1ff99b10596d1 (patch)
tree3224ce0fb9b48bd49db83dbf5c6e26a656620c06 /www/js
parentaa29550a71443e3d3272aee87ea6b778f3a372ea (diff)
bump ES version
Diffstat (limited to 'www/js')
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 07d467b3..c335e701 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -43,7 +43,7 @@ angular.module('zmApp', [
.constant('zm', {
minAppVersion: '1.28.107', // if ZM is less than this, the app won't work
recommendedAppVersion: '1.29',
- minEventServerVersion: '0.98.3',
+ minEventServerVersion: '1.0',
castAppId: 'BA30FB4C',
alarmFlashTimer: 20000, // time to flash alarm
gcmSenderId: '710936220256',