summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorArjun Roychowdhury <pliablepixels@gmail.com>2015-10-28 13:32:51 -0400
committerArjun Roychowdhury <pliablepixels@gmail.com>2015-10-28 13:32:51 -0400
commit5b6db3edc6febc092efbbbda172effd69deb317e (patch)
treef3b1e82da9138624cc40b016dbd7b09066c57818 /www/js/app.js
parentbb250881adcc8ac4d50654282f6e1c4883d1e1f1 (diff)
event server bump
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 cb1c374e..21fd5c41 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -30,7 +30,7 @@ angular.module('zmApp', [
.constant('zm', {
minAppVersion: '1.28.107', // if ZM is less than this, the app won't work
- minEventServerVersion: '0.3',
+ minEventServerVersion: '0.4',
gcmSenderId:'710936220256',
httpTimeout: 15000,
largeHttpTimeout: 60000,