From ab895dc64437ac9ea42b2c9790a0b29550bdbc17 Mon Sep 17 00:00:00 2001 From: sijanec Date: Thu, 4 Jun 2020 16:28:51 +0200 Subject: readme --- dist/js/app.js | 2 +- dist/pages/about.html | 2 +- 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 @@

- ^HEAD a55ce514441b2dee1e0e8d2fdbcc1447fa56ad12 + ^HEAD 4efb3671b20f69a60604254ff1473b1daa588020

diff --git a/dist/sw.js b/dist/sw.js index 88e3798..94f6c4a 100755 --- a/dist/sw.js +++ b/dist/sw.js @@ -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! -- cgit v1.2.3