Skip to content

Commit

Permalink
Update cache version in service worker
Browse files Browse the repository at this point in the history
  • Loading branch information
TechAurelian committed Jul 9, 2024
1 parent d366287 commit 422946b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
*/

const curCacheVersion = "2";
const curCacheVersion = "3";
const curCacheName = `blackpwa-${curCacheVersion}`;
const urlsToCache = [
'/',
Expand Down

0 comments on commit 422946b

Please sign in to comment.