diff options
author | rstular <rok@stular.eu> | 2020-06-02 16:01:05 +0200 |
---|---|---|
committer | rstular <rok@stular.eu> | 2020-06-02 16:01:05 +0200 |
commit | f06c1210549f0e6c81b72c6f51b811304e8cd7c4 (patch) | |
tree | f8e0dd68589c859c252b6bd2e607d857c7928a85 /dist | |
parent | WIP - Grading UI changes, minor translation changes (diff) | |
download | beziapp-f06c1210549f0e6c81b72c6f51b811304e8cd7c4.tar beziapp-f06c1210549f0e6c81b72c6f51b811304e8cd7c4.tar.gz beziapp-f06c1210549f0e6c81b72c6f51b811304e8cd7c4.tar.bz2 beziapp-f06c1210549f0e6c81b72c6f51b811304e8cd7c4.tar.lz beziapp-f06c1210549f0e6c81b72c6f51b811304e8cd7c4.tar.xz beziapp-f06c1210549f0e6c81b72c6f51b811304e8cd7c4.tar.zst beziapp-f06c1210549f0e6c81b72c6f51b811304e8cd7c4.zip |
Diffstat (limited to 'dist')
-rwxr-xr-x | dist/js/app.js | 2 | ||||
-rwxr-xr-x | dist/pages/about.html | 2 | ||||
-rwxr-xr-x | dist/sw.js | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dist/js/app.js b/dist/js/app.js index fee75c0..6937790 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 = "27ede7420105f36a934d578eb62f5240fc6e858c"; +const previous_commit = "35b595f806f99ca18365d511ab820ab818da348d"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") diff --git a/dist/pages/about.html b/dist/pages/about.html index f6b9abc..6405a1d 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@ <div class="row"> <p> <small> - ^HEAD 27ede7420105f36a934d578eb62f5240fc6e858c + ^HEAD 35b595f806f99ca18365d511ab820ab818da348d </small> </p> </div> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.14-beta-27ede74"; -// commit before the latest is 27ede7420105f36a934d578eb62f5240fc6e858c +const static_cache_name = "site-static-1.0.14-beta-35b595f"; +// commit before the latest is 35b595f806f99ca18365d511ab820ab818da348d // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |