Skip to content

Commit 35f81f5

Browse files
authored
Update service-worker.js
1 parent f992cf3 commit 35f81f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service-worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
// update cache names any time any of the cached files change
4-
const CACHE_NAME = 'static-cache-v293';
4+
const CACHE_NAME = 'static-cache-v294';
55

66
// list of files to cache
77
const FILES_TO_CACHE = [

0 commit comments

Comments
 (0)