diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-12-13 09:39:06 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-12-13 09:39:06 -0500 |
| commit | 135c83f3ed62f4f88bf74add68ac7009059fc204 (patch) | |
| tree | ff32bd04aeb12f8dde685d97410aea70ac367ee5 /www/js/DataModel.js | |
| parent | e2e21ee046c07f5000a6cf1fbd2a7f52cea00b8b (diff) | |
migrate manual hook to resource, fix android notification icon #762
Diffstat (limited to 'www/js/DataModel.js')
| -rw-r--r-- | www/js/DataModel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js index ba9417f5..e19a4a0c 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -20,7 +20,7 @@ angular.module('zmApp.controllers') DO NOT TOUCH zmAppVersion It is changed by sync_version.sh */ - var zmAppVersion = "1.3.037"; + var zmAppVersion = "1.3.038"; var isBackground = false; var justResumed = false; var timeSinceResumed = -1; |
