diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-01 12:49:47 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-01 12:49:47 -0500 |
| commit | 1c853953689ffd5c1e3166b65e0ad89fb3db98f3 (patch) | |
| tree | 1a50cc3978a6d48bad23624a914959ca5a811710 /www/js/app.js | |
| parent | f4dfcfd310df85b5bf3d1328d754ec4fcdbeb606 (diff) | |
device fixes for video type #60
Diffstat (limited to 'www/js/app.js')
| -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 982a995e..45b5f56c 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -32,7 +32,7 @@ angular.module('zmApp', [ //----------------------------------------------- .constant('zm', { - minAppVersion: '1.28.105', // if ZM is less than this, the app won't work + minAppVersion: '1.28.107', // if ZM is less than this, the app won't work minEventServerVersion: '0.4', gcmSenderId:'710936220256', httpTimeout: 15000, |
