update SW.js to prevent cache problems
This commit is contained in:
parent
6e265cfeda
commit
f2cbcbcb61
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-v5'; // Note To Self: Change Every Deploy
|
||||
const SW_VERSION = 'monochrome-v6'; // Note To Self: Change Every Deploy
|
||||
const CACHE_NAME = `monochrome-${SW_VERSION}`;
|
||||
|
||||
const ASSETS = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue