From 22bc85704a637175361d7447634f605d6a9102a1 Mon Sep 17 00:00:00 2001 From: rstular Date: Wed, 20 May 2020 20:05:25 +0200 Subject: Install --- 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 ea25178..640e2e4 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.13-beta"; -const previous_commit = "2acc46724db65edf60a7316086fe098cc7b3f5b3"; +const previous_commit = "1360b7c961cd23fa8007bc7ebed0bc924150a437"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") diff --git a/dist/pages/about.html b/dist/pages/about.html index ea1a89a..6096510 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@

- ^HEAD 2acc46724db65edf60a7316086fe098cc7b3f5b3 + ^HEAD 1360b7c961cd23fa8007bc7ebed0bc924150a437

diff --git a/dist/sw.js b/dist/sw.js index 7b70eea..23bf614 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.13-beta-2acc467"; -// commit before the latest is 2acc46724db65edf60a7316086fe098cc7b3f5b3 +const static_cache_name = "site-static-1.0.13-beta-1360b7c"; +// commit before the latest is 1360b7c961cd23fa8007bc7ebed0bc924150a437 // 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