diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-11-21 15:36:52 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-11-21 15:36:52 -0500 |
| commit | b1754589ad88fe7ef7e19cdc29c5cf1b88718393 (patch) | |
| tree | d9b1edbf59c1e72e5f90895bed08bd3660438ab6 /www/js/NVR.js | |
| parent | a9dff8d4aa7bd617ab20a6107fa474e17643e9f8 (diff) | |
fix electron builder path, dependency and version
Diffstat (limited to 'www/js/NVR.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 33bf0a8b..77fd91ab 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.3.082"; + var zmAppVersion = "1.3.083"; var zmAPIVersion = null; var isBackground = false; var justResumed = false; |
