Skip to content

Commit

Permalink
Bump SW version
Browse files Browse the repository at this point in the history
  • Loading branch information
FormularSumo committed Oct 13, 2024
1 parent eb052bd commit 258faf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const CACHE_NAME = `0.12.1.0`; // stable.pre-release.minor.web
const CACHE_NAME = `0.12.1.1`; // stable.pre-release.minor.web

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

0 comments on commit 258faf7

Please sign in to comment.