diff options
Diffstat (limited to '')
-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 b978d85..d44995d 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.14.1-beta"; -const previous_commit = "4efb3671b20f69a60604254ff1473b1daa588020"; +const previous_commit = "ab895dc64437ac9ea42b2c9790a0b29550bdbc17"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") diff --git a/dist/pages/about.html b/dist/pages/about.html index 4e01da6..a08ae16 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@ <div class="row"> <p> <small> - ^HEAD 4efb3671b20f69a60604254ff1473b1daa588020 + ^HEAD ab895dc64437ac9ea42b2c9790a0b29550bdbc17 </small> </p> </div> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.14.1-beta-4efb367"; -// commit before the latest is 4efb3671b20f69a60604254ff1473b1daa588020 +const static_cache_name = "site-static-1.0.14.1-beta-ab895dc"; +// commit before the latest is ab895dc64437ac9ea42b2c9790a0b29550bdbc17 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |