mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-12 19:30:00 +01:00
bump to v3.7.2 (#2090)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const staticCacheName = 'image-sequencer-static-v3.7.1';
|
||||
const staticCacheName = 'image-sequencer-static-v3.7.2';
|
||||
self.addEventListener('install', function(e) {
|
||||
e.waitUntil(
|
||||
caches.open(staticCacheName).then(function(cache) {
|
||||
|
||||
Reference in New Issue
Block a user