Skip to content

Commit

Permalink
Bug Addressing + Keyboard Shortcuts 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
Offroaders123 committed Jan 14, 2024
1 parent 24ad667 commit 53a7db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service-worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
declare var self: ServiceWorkerGlobalScope;

const NAME = "Dovetail";
const VERSION = "v2.0.0";
const VERSION = "v2.1.6";
const CACHE_NAME = `${NAME} ${VERSION}`;

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

0 comments on commit 53a7db9

Please sign in to comment.