diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-06-22 15:58:50 -0500 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-06-22 15:58:50 -0500 |
| commit | 601070443543e2c0c1c948e8f4d337b199614d5c (patch) | |
| tree | 1a8ba7c1e4e358d05824cf7a78c040d9cf59814a | |
| parent | a4da70b0a33c7e86b94b3bc7cff6910f55fe743e (diff) | |
force upgrade eventserver
Former-commit-id: a586455284d42f4d6e720a75d0c13630ee35f024
| -rw-r--r-- | 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 c187c28e..0fbfb951 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -35,7 +35,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.7', + minEventServerVersion: '0.8', castAppId: 'BA30FB4C', alarmFlashTimer: 20000, // time to flash alarm gcmSenderId: '710936220256', |
