Skip to content

Commit

Permalink
bump swcache for bad luck
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Sep 28, 2024
1 parent 0e455e8 commit 80295f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// <reference types="@secret-types/serviceworker" />

// update this when changing the service worker
const SERVICE_WORKER_VERSION = "v12"
const SERVICE_WORKER_VERSION = "v13"

const addResourcesToCache = async resources => {
const cache = await caches.open(SERVICE_WORKER_VERSION)
Expand Down

0 comments on commit 80295f6

Please sign in to comment.