Skip to content

Commit 1f9147f

Browse files
authored
Update service-worker.js
1 parent 3dfd143 commit 1f9147f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

service-worker.js

Lines changed: 2 additions & 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-v307';
4+
const CACHE_NAME = 'static-cache-v311';
55

66
// list of files to cache
77
const FILES_TO_CACHE = [
@@ -20,6 +20,7 @@ const FILES_TO_CACHE = [
2020
'/manifest.js',
2121
'/files.js',
2222
'/links.js',
23+
'/repos.js',
2324
'/git/gitapi.js',
2425
'/git/gitauth.js',
2526
'/codedrop.js',

0 commit comments

Comments
 (0)