Skip to content

Commit

Permalink
Production Re-Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Offroaders123 committed Sep 8, 2023
1 parent b2cddf8 commit f7ecceb
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 @@ -4,7 +4,7 @@
var self = /** @type { ServiceWorkerGlobalScope } */ (/** @type { unknown } */ (globalThis));

const NAME = "Dovetail";
const VERSION = "v1.8.3";
const VERSION = "v1.8.4";
const CACHE_NAME = /** @type { const } */ (`${NAME} ${VERSION}`);

self.addEventListener("activate",event => {
Expand Down

0 comments on commit f7ecceb

Please sign in to comment.