summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-11-01 11:45:04 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-11-01 11:45:04 -0400
commit2ea8d3b31d217ac5cbfdd8554097168a16ad8e91 (patch)
treecdbf86cc65a71375ea5722c1fef4e8a5fc7bebb9
parent164ebf1745517bb2bc9be8eedb5bdf709168d801 (diff)
reflect new ES version
-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 696006dd..c14180f2 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -42,7 +42,7 @@ angular.module('zmApp', [
.constant('zm', {
minAppVersion: '1.28.107', // if ZM is less than this, the app won't work
recommendedAppVersion: '1.32.0',
- minEventServerVersion: '2.1',
+ minEventServerVersion: '2.2',
castAppId: 'BA30FB4C',
alarmFlashTimer: 20000, // time to flash alarm
gcmSenderId: '710936220256',