summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-07-05 15:19:39 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-07-05 15:19:39 -0400
commita2b57adae47fafc8c851ed0be5a4fe3da1634ed1 (patch)
tree733982f6b2c3a0ed8e2bd46bea30b2c75004d55a /www/js/app.js
parentc13f398082262f94293052b4f39036ed7fa1c7f4 (diff)
#278 - event server version bump
Former-commit-id: d8746457b4a5059c449bfdd0166c62e95761a350
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 63eb0e1a..7ffc2933 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.8',
+ minEventServerVersion: '0.9',
castAppId: 'BA30FB4C',
alarmFlashTimer: 20000, // time to flash alarm
gcmSenderId: '710936220256',