mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-21 15:50:14 +01:00
update sw.js
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user