diff options
author | rstular <rok@stular.eu> | 2020-06-02 16:21:34 +0200 |
---|---|---|
committer | rstular <rok@stular.eu> | 2020-06-02 17:07:43 +0200 |
commit | f4ebf9476e4d1a1b3489f0fd218f8cb174c9de76 (patch) | |
tree | 26a3c2160fdcce7ab7db9d1e8b443c7807395d7a /dist/js/app.js | |
parent | Revert "would this work? I don't know really." - this is not the cause of the bug (diff) | |
download | beziapp-f4ebf9476e4d1a1b3489f0fd218f8cb174c9de76.tar beziapp-f4ebf9476e4d1a1b3489f0fd218f8cb174c9de76.tar.gz beziapp-f4ebf9476e4d1a1b3489f0fd218f8cb174c9de76.tar.bz2 beziapp-f4ebf9476e4d1a1b3489f0fd218f8cb174c9de76.tar.lz beziapp-f4ebf9476e4d1a1b3489f0fd218f8cb174c9de76.tar.xz beziapp-f4ebf9476e4d1a1b3489f0fd218f8cb174c9de76.tar.zst beziapp-f4ebf9476e4d1a1b3489f0fd218f8cb174c9de76.zip |
Diffstat (limited to 'dist/js/app.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 6937790..53115c0 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 = "35b595f806f99ca18365d511ab820ab818da348d"; +const previous_commit = "ab8e40cac16a1146fab72dffb8922165b097f730"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") |