update sw.js

This commit is contained in:
jywarren
2022-01-15 17:39:50 +00:00
parent c6bbbf10fc
commit ddf5c6b354

View File

@@ -1,4 +1,4 @@
const staticCacheName = 'image-sequencer-static-v3.7.0';
const staticCacheName = 'image-sequencer-static-v3.7.1';
self.addEventListener('install', function(e) {
e.waitUntil(
caches.open(staticCacheName).then(function(cache) {