diff options
author | rstular <rok@stular.eu> | 2020-08-30 21:02:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 21:02:29 +0200 |
commit | d0cac8d886053feb2b688c0f7eff90dc378cebb3 (patch) | |
tree | 3a91690925513cdd8c54e6778a88e0afa6b9e813 /dist/js/app.js | |
parent | Merge pull request #24 from beziapp/dev (diff) | |
parent | koslila => kosila @ bundle.js (diff) | |
download | beziapp-d0cac8d886053feb2b688c0f7eff90dc378cebb3.tar beziapp-d0cac8d886053feb2b688c0f7eff90dc378cebb3.tar.gz beziapp-d0cac8d886053feb2b688c0f7eff90dc378cebb3.tar.bz2 beziapp-d0cac8d886053feb2b688c0f7eff90dc378cebb3.tar.lz beziapp-d0cac8d886053feb2b688c0f7eff90dc378cebb3.tar.xz beziapp-d0cac8d886053feb2b688c0f7eff90dc378cebb3.tar.zst beziapp-d0cac8d886053feb2b688c0f7eff90dc378cebb3.zip |
Diffstat (limited to 'dist/js/app.js')
-rwxr-xr-x[-rw-r--r--] | 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 d5eca86..53dfae0 100644..100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -2,8 +2,8 @@ -const app_version = "1.0.14.3-beta"; -const previous_commit = "7b41388f8eb7be4e8250fe9f69194cf70f1a103b"; +const app_version = "1.0.14.5-beta"; +const previous_commit = "47006bdae8d53e0bb33110f149730962e5591f4d"; const BEZIAPP_UPDATE_INTERVAL = 300; // update vsakih 300 sekund if ("serviceWorker" in navigator) { |