diff --git a/coi-serviceworker.js b/coi-serviceworker.js index 6bf07b4..620978a 100644 --- a/coi-serviceworker.js +++ b/coi-serviceworker.js @@ -1,4 +1,4 @@ -/*! coi-serviceworker v0.1.7 - Guido Zuidhof and contributors, licensed under MIT */ +/*! coi-serviceworker v0.1.8 - Guido Zuidhof and contributors, licensed under MIT */ let coepCredentialless = false; if (typeof window === 'undefined') { self.addEventListener("install", () => self.skipWaiting());