Skip to content

Commit

Permalink
chore: update service worker cache version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixLuciano committed Feb 2, 2025
1 parent f3013c7 commit df77111
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
@@ -1,6 +1,6 @@
// https://simplepwa.com

const cacheName = "color.lucianofelix@3.0.0" // Change value to force update
const cacheName = "color.lucianofelix@3.1.0" // Change value to force update

self.addEventListener("install", event => {
self.skipWaiting()
Expand Down

0 comments on commit df77111

Please sign in to comment.