diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-09-03 22:00:38 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-09-03 22:00:38 +0200 |
commit | a95a304169b373045de445457150df26122811cc (patch) | |
tree | 8b9c9e40abd79608523fb2b248678ecf5f76adc4 /dist/js/app.js | |
parent | odstranil matomo, je delal težave pri nalaganju vsebine (diff) | |
download | beziapp-a95a304169b373045de445457150df26122811cc.tar beziapp-a95a304169b373045de445457150df26122811cc.tar.gz beziapp-a95a304169b373045de445457150df26122811cc.tar.bz2 beziapp-a95a304169b373045de445457150df26122811cc.tar.lz beziapp-a95a304169b373045de445457150df26122811cc.tar.xz beziapp-a95a304169b373045de445457150df26122811cc.tar.zst beziapp-a95a304169b373045de445457150df26122811cc.zip |
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 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:') { |