Skip to content

Commit 0562f0a

Browse files
committed
chore: increase cache version
1 parent 835871c commit 0562f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
const CACHE_NAME_EVERYTHING = "everything";
138138
function _resetCacheIfNeeded() {
139139
const cacheKey = "browserCacheVersionKey";
140-
const newCacheVersion = "V8"; // just increment this number to V2, v3 etc. to force clear the cached content.
140+
const newCacheVersion = "V9"; // just increment this number to V2, v3 etc. to force clear the cached content.
141141
const lastClearedVersion = window.localStorage.getItem(cacheKey);
142142
if(lastClearedVersion === null){
143143
// setup First load flag, no cache, return.

0 commit comments

Comments
 (0)