From fac118aadf967e6fd32c8353bd444ef5a79f6f8d Mon Sep 17 00:00:00 2001 From: Adrian Gruntkowski Date: Sat, 7 Dec 2024 19:53:49 +0100 Subject: [PATCH] Bump cache --- priv/static/js/service-worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/static/js/service-worker.js b/priv/static/js/service-worker.js index 0a7f530..c23df54 100644 --- a/priv/static/js/service-worker.js +++ b/priv/static/js/service-worker.js @@ -1,6 +1,6 @@ // caching -const cacheName = "jenot-v1"; +const cacheName = "jenot-v2"; const appShellFiles = [ "/index.html", "/style.css",