change service worker
This commit is contained in:
parent
c76357cec3
commit
1887179ac8
1 changed files with 1 additions and 1 deletions
2
sw.js
2
sw.js
|
|
@ -1,5 +1,5 @@
|
|||
// sw.js
|
||||
const SW_VERSION = 'monochrome-v4'; // Note To Self: Change Every Deploy
|
||||
const SW_VERSION = 'monochrome-v5'; // Note To Self: Change Every Deploy
|
||||
const CACHE_NAME = `monochrome-${SW_VERSION}`;
|
||||
|
||||
const ASSETS = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue