From 135c83f3ed62f4f88bf74add68ac7009059fc204 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Thu, 13 Dec 2018 09:39:06 -0500 Subject: migrate manual hook to resource, fix android notification icon #762 --- www/js/DataModel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/DataModel.js') 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; -- cgit v1.2.3