Skip to content

Commit

Permalink
Update service worker to maybe prompt Safari into life..
Browse files Browse the repository at this point in the history
  • Loading branch information
FormularSumo committed Sep 11, 2024
1 parent 7a21857 commit 87431ba
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.1`; // stable.pre-release.minor.web
const CACHE_NAME = `0.12.0.2`; // 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 87431ba

@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.