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 623213f..c50b72d 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -4,8 +4,8 @@ // @begin=js@ -const app_version = "1.0.16.4-beta"; -const previous_commit = "80550d8cad189982bf607549b6b5d3977602b91b"; +const app_version = "1.0.17.0-beta"; +const previous_commit = "93d44790e9175f898c2f50b5bfe8e1d3a197ee53"; const BEZIAPP_UPDATE_INTERVAL = 300; // update vsakih 300 sekund if (location.protocol !== 'https:') { |