Skip to content

Commit

Permalink
Bump Cache Version to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ZockerAxel committed Aug 24, 2024
1 parent 2582189 commit 1dee3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-worker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const pageDomain = "ts5viewer.endercentral.eu";
const cacheVersion = 8;
const cacheVersion = 9;
const beta = pageDomain !== location.hostname;
const currentCacheKey = `v${cacheVersion}${beta ? "-beta" : ""}`;

Expand Down

0 comments on commit 1dee3d6

Please # to comment.