diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-01 11:45:04 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-11-01 11:45:04 -0400 |
| commit | 2ea8d3b31d217ac5cbfdd8554097168a16ad8e91 (patch) | |
| tree | cdbf86cc65a71375ea5722c1fef4e8a5fc7bebb9 /www/js | |
| parent | 164ebf1745517bb2bc9be8eedb5bdf709168d801 (diff) | |
reflect new ES version
Diffstat (limited to 'www/js')
| -rwxr-xr-x | www/js/app.js | 2 |
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', |
