Skip to content

Commit

Permalink
Bump version number because Safari still doesn't understand how clear…
Browse files Browse the repository at this point in the history
…ing site data works
  • Loading branch information
FormularSumo committed Sep 11, 2024
1 parent d7e1a95 commit 7243a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const CACHE_NAME = `0.12.0.3 `; // stable.pre-release.minor.web
const CACHE_NAME = `0.12.0.4`; // stable.pre-release.minor.web

// Use the install event to pre-cache all initial resources.
self.addEventListener('install', event => {
Expand Down

1 comment on commit 7243a13

@FormularSumo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#8

Please sign in to comment.