diff options
Diffstat (limited to 'dist/js')
-rwxr-xr-x | dist/js/app.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/js/app.js b/dist/js/app.js index d031bd6..2154fd7 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -2,8 +2,9 @@ +// @begin=html@ const app_version = "1.0.16.0-beta"; -const previous_commit = "d9c8e2d2493b5b20b81f9a27291d4b333dd3389a"; +const previous_commit = "d3ff5cdc069c83b631f144191c56fdee21a00ee1"; const BEZIAPP_UPDATE_INTERVAL = 300; // update vsakih 300 sekund if ("serviceWorker" in navigator) { |