diff options
Diffstat (limited to '')
-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 817147d..3c16f58 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -4,8 +4,8 @@ // @begin=js@ -const app_version = "1.0.17.1-beta"; -const previous_commit = "abd9011fa84bdc1f6ee583e387d0ec686c3dc3ab"; +const app_version = "1.0.17.2-beta"; +const previous_commit = "b20761c7fd387dc27257639899034de40f6c7afb"; const BEZIAPP_UPDATE_INTERVAL = 300; // update vsakih 300 sekund if (location.protocol !== 'https:') { |