diff options
Diffstat (limited to 'dist/js/app.js')
-rwxr-xr-x | dist/js/app.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/js/app.js b/dist/js/app.js index 4d63b26..e61c934 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -2,8 +2,8 @@ -const app_version = "1.0.14.4-beta"; -const previous_commit = "d9969379798e23b2a62f8bf6eab3967d0497b1a8"; +const app_version = "1.0.14.5-beta"; +const previous_commit = "78f4cb39ab3753cef0a6d16d9b3d842e8c3c78a1"; const BEZIAPP_UPDATE_INTERVAL = 300; // update vsakih 300 sekund if ("serviceWorker" in navigator) { |