about summary refs log tree commit diff stats
path: root/js/pico-cam/service-worker.js
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-07-03 22:00:08 -0400
committerelioat <elioat@tilde.institute>2024-07-03 22:00:08 -0400
commit320706b226be2bdf519e4a47ee5b7b7181e803d1 (patch)
tree57c8245ba20e84ae3cd585e065df54566a9113c2 /js/pico-cam/service-worker.js
parentf40782e35d1fecd07ef990974c451db00c947ca0 (diff)
downloadtour-320706b226be2bdf519e4a47ee5b7b7181e803d1.tar.gz
*
Diffstat (limited to 'js/pico-cam/service-worker.js')
-rw-r--r--js/pico-cam/service-worker.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/pico-cam/service-worker.js b/js/pico-cam/service-worker.js
index ce5271b..9540cfb 100644
--- a/js/pico-cam/service-worker.js
+++ b/js/pico-cam/service-worker.js
@@ -1,4 +1,4 @@
-var CACHE_NAME = 'pico-cam-v2';
+var CACHE_NAME = 'pico-cam-v3';
 var urlsToCache = [
   './',
   './index.html',
@@ -30,7 +30,7 @@ self.addEventListener('fetch', function(event) {
 });
 
 self.addEventListener('activate', function(event) {
-    var cacheWhitelist = ['pico-cam-v2'];
+    var cacheWhitelist = ['pico-cam-v3'];
     event.waitUntil(
         caches.keys().then(function(cacheNames) {
             return Promise.all(