fix: bump lockfile and sw.js versions (#1734)

This commit is contained in:
Harsh Khandeparkar
2020-10-22 19:43:35 +05:30
committed by GitHub
parent a2d654321d
commit 14f13c300b
2 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
const staticCacheName = 'image-sequencer-static-v3.5.1';
const staticCacheName = 'image-sequencer-static-v3.6.0';
self.addEventListener('install', event => {
console.log('Attempting to install service worker');
});