Skip to content

Commit 01e11c3

Browse files
authored
Update service-worker.js
1 parent ff83b57 commit 01e11c3

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-v294';
4+
const CACHE_NAME = 'static-cache-v295';
55

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

0 commit comments

Comments
 (0)