diff options
author | rstular <rok@stular.eu> | 2020-05-20 19:56:48 +0200 |
---|---|---|
committer | rstular <rok@stular.eu> | 2020-05-20 19:56:48 +0200 |
commit | dc81f2c8294e68b409d31e552f7a7b719d512512 (patch) | |
tree | 29a4e1b05ab86e259204d5f06578192d5ff94eb6 /dist/js | |
parent | CSS bug fix (diff) | |
download | beziapp-dc81f2c8294e68b409d31e552f7a7b719d512512.tar beziapp-dc81f2c8294e68b409d31e552f7a7b719d512512.tar.gz beziapp-dc81f2c8294e68b409d31e552f7a7b719d512512.tar.bz2 beziapp-dc81f2c8294e68b409d31e552f7a7b719d512512.tar.lz beziapp-dc81f2c8294e68b409d31e552f7a7b719d512512.tar.xz beziapp-dc81f2c8294e68b409d31e552f7a7b719d512512.tar.zst beziapp-dc81f2c8294e68b409d31e552f7a7b719d512512.zip |
Diffstat (limited to 'dist/js')
-rwxr-xr-x | dist/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/js/app.js b/dist/js/app.js index f34073b..5dfb156 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.13-beta"; -const previous_commit = "b1a08cbe11e7550ff2b004e99a3e5c490509d22f"; +const previous_commit = "ab5b03d25a201269482acf51e9b856aa62ce2a84"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") |