diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-12-02 14:53:52 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-12-02 14:53:52 -0500 |
| commit | 28e525a3d37473f960953314b8f1f98f275ed950 (patch) | |
| tree | 81c75bbdb667ef008f6d0416ed59828fb920a803 /www/js | |
| parent | 0c12e440bdb5ad7c6bbea98a76fd1570187d23ac (diff) | |
#1017 linux arm64 bit support
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/NVR.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/NVR.js b/www/js/NVR.js index b2f9889c..f1ecb3ef 100644 --- a/www/js/NVR.js +++ b/www/js/NVR.js @@ -21,7 +21,7 @@ angular.module('zmApp.controllers') DO NOT TOUCH zmAppVersion It is changed by sync_version.sh */ - var zmAppVersion = "1.6.002"; + var zmAppVersion = "1.6.003"; var isBackground = false; var justResumed = false; |
