diff options
Diffstat (limited to 'dist/js/app.js')
-rwxr-xr-x | dist/js/app.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dist/js/app.js b/dist/js/app.js index fe857c9..6d1226e 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -2,9 +2,10 @@ -// @begin=html@ -const app_version = "1.0.16.0-beta"; -const previous_commit = "f54120aa036215dee0f02ff2c1a9ce20def75006"; + +// @begin=js@ +const app_version = "1.0.16.2-beta"; +const previous_commit = "90dfb784cc11a8cc52e3cfb063273f44849f62a1"; const BEZIAPP_UPDATE_INTERVAL = 300; // update vsakih 300 sekund if ("serviceWorker" in navigator) { |