Skip to content

Commit da248c9

Browse files
committed
Bump cache version to refresh built-in personalizations
1 parent e3bdca8 commit da248c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/service-worker-driver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function extractCookieByName(cookie, name) {
1414
// To refresh user's caches automatically, change the number in this name.
1515
// That will cause `deleteOldCaches` to clean up the past one. So users might
1616
// still need to refresh after that switch happens?
17-
const RCVERSE_SERVICE_WORKER_CACHE_NAME = "rcverse-service-worker-cache-v7";
17+
const RCVERSE_SERVICE_WORKER_CACHE_NAME = "rcverse-service-worker-cache-v8";
1818
// Adapted from an MDN example
1919
const deleteOldCaches = async () => {
2020
const cacheKeepList = [RCVERSE_SERVICE_WORKER_CACHE_NAME];

0 commit comments

Comments
 (0)