diff options
| author | Christine Dodrill <me@christine.website> | 2021-04-02 22:32:33 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2021-04-02 22:32:33 -0400 |
| commit | 20d8217226af110b1dabe686e132cbc257a94068 (patch) | |
| tree | 2a1c87a50fa21bb88e9c0f5f544e175aabe89d05 | |
| parent | 0b32b1da1cbb5ad557bfd860ef581e71b302eb7e (diff) | |
| download | xesite-20d8217226af110b1dabe686e132cbc257a94068.tar.xz xesite-20d8217226af110b1dabe686e132cbc257a94068.zip | |
sw.js: bust cache
Signed-off-by: Christine Dodrill <me@christine.website>
| -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 e6421b5..b946e64 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.1.1";
+const cacheName = "cache-xesite-2.3.0";
var preLoad = function () {
console.log('[PWA Builder] Install Event processing');
|
