diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2021-05-16 17:05:33 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2021-05-16 17:05:33 +0200 |
commit | f289d32c979cccc6626932575cf15d65c0562885 (patch) | |
tree | 297222608598dae2478c79f4e82b655c6c497292 /dist/js/app.js | |
parent | Merge pull request '1.0.16.4-beta' (#2) from dev into master (diff) | |
parent | 1.0.17.0-beta (diff) | |
download | beziapp-f289d32c979cccc6626932575cf15d65c0562885.tar beziapp-f289d32c979cccc6626932575cf15d65c0562885.tar.gz beziapp-f289d32c979cccc6626932575cf15d65c0562885.tar.bz2 beziapp-f289d32c979cccc6626932575cf15d65c0562885.tar.lz beziapp-f289d32c979cccc6626932575cf15d65c0562885.tar.xz beziapp-f289d32c979cccc6626932575cf15d65c0562885.tar.zst beziapp-f289d32c979cccc6626932575cf15d65c0562885.zip |
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 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:') { |