diff options
author | rstular <rok@stular.eu> | 2020-06-02 17:05:09 +0200 |
---|---|---|
committer | rstular <rok@stular.eu> | 2020-06-02 17:07:49 +0200 |
commit | 569d9d8e239e76dcf961855ce6d8ced3b1175d56 (patch) | |
tree | 78c698e48638bc50941cefd6ceb31fdd218680e9 /dist/js | |
parent | Pipeline bug fix (diff) | |
download | beziapp-569d9d8e239e76dcf961855ce6d8ced3b1175d56.tar beziapp-569d9d8e239e76dcf961855ce6d8ced3b1175d56.tar.gz beziapp-569d9d8e239e76dcf961855ce6d8ced3b1175d56.tar.bz2 beziapp-569d9d8e239e76dcf961855ce6d8ced3b1175d56.tar.lz beziapp-569d9d8e239e76dcf961855ce6d8ced3b1175d56.tar.xz beziapp-569d9d8e239e76dcf961855ce6d8ced3b1175d56.tar.zst beziapp-569d9d8e239e76dcf961855ce6d8ced3b1175d56.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 53115c0..053135a 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.14-beta"; -const previous_commit = "ab8e40cac16a1146fab72dffb8922165b097f730"; +const previous_commit = "20505fc48713c600c345814d4a9c2e0747c77152"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") |