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