We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0d3fd commit 0d3b04fCopy full SHA for 0d3b04f
service-worker.js
@@ -1,7 +1,7 @@
1
'use strict';
2
3
// update cache names any time any of the cached files change
4
-const CACHE_NAME = 'static-cache-v248';
+const CACHE_NAME = 'static-cache-v249';
5
6
// list of files to cache
7
const FILES_TO_CACHE = [
0 commit comments