Skip to content

Commit

Permalink
????
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaq committed Oct 9, 2023
1 parent 12aa4d3 commit 2b9c5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sw/sw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

const _self = (self as unknown) as ServiceWorkerGlobalScope;

const cacheName = "kanji-search-v11";
const cacheName = "kanji-search-v12";

const filesToCache = [
"./",
Expand Down

0 comments on commit 2b9c5b4

Please sign in to comment.