From 70959b4c27970af89594ad5080c4156056ded1fc Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 18 Jan 2022 14:31:14 +0100 Subject: [PATCH] cache version --- static/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/sw.js b/static/sw.js index eb6a3a02f..b9bdbbc79 100644 --- a/static/sw.js +++ b/static/sw.js @@ -1,4 +1,4 @@ -const staticCacheName = "sw-cache-2022-1-15-21-00-09"; +const staticCacheName = "sw-cache-2022-1-18-14-28-55"; caches.keys().then(function (names) { for (let name of names) {