diff options
| author | Xe <me@christine.website> | 2021-12-01 10:32:27 -0500 |
|---|---|---|
| committer | Xe <me@christine.website> | 2021-12-01 10:32:27 -0500 |
| commit | 12355bf77fc055e1d0556dced2ca4ce0942c8278 (patch) | |
| tree | a2600c454bffa2bbf08aebbbfcb82b390b9956ea /static | |
| parent | 14b65a2e16121d0efa03b00a430465119f0fc0b1 (diff) | |
| download | xesite-12355bf77fc055e1d0556dced2ca4ce0942c8278.tar.xz xesite-12355bf77fc055e1d0556dced2ca4ce0942c8278.zip | |
bump service worker version
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'static')
| -rwxr-xr-x | static/js/sw.js | 2 |
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');
|
