aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorXe <me@christine.website>2021-12-01 10:32:27 -0500
committerXe <me@christine.website>2021-12-01 10:32:27 -0500
commit12355bf77fc055e1d0556dced2ca4ce0942c8278 (patch)
treea2600c454bffa2bbf08aebbbfcb82b390b9956ea /static
parent14b65a2e16121d0efa03b00a430465119f0fc0b1 (diff)
downloadxesite-12355bf77fc055e1d0556dced2ca4ce0942c8278.tar.xz
xesite-12355bf77fc055e1d0556dced2ca4ce0942c8278.zip
bump service worker version
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'static')
-rwxr-xr-xstatic/js/sw.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/sw.js b/static/js/sw.js
index a762f58..8189813 100755
--- a/static/js/sw.js
+++ b/static/js/sw.js
@@ -5,7 +5,7 @@ self.addEventListener('install', function (event) {
event.waitUntil(preLoad());
});
-const cacheName = "cache-xesite-2.3.0-1";
+const cacheName = "cache-xesite-2.3.0-2";
var preLoad = function () {
console.log('[PWA Builder] Install Event processing');