bump to v3.7.2 (#2090)

This commit is contained in:
Jeffrey Warren
2022-03-22 16:54:27 -04:00
committed by GitHub
parent ad1d08902a
commit f3d94b62ac
3 changed files with 4 additions and 4 deletions

View File

@@ -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) {