From 350585ffdfd2ebfdc2cf7fd779dc911b36a425e2 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sun, 6 Oct 2024 16:14:43 +0300 Subject: [PATCH] Update service-worker.js --- service-worker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-worker.js b/service-worker.js index 22f4c7f..05869a1 100644 --- a/service-worker.js +++ b/service-worker.js @@ -33,7 +33,7 @@ const urlsToCache = [ '/.htaccess.txt' ]; -const CURRENT_VERSION = 'v17'; +const CURRENT_VERSION = 'v18'; // Install event - cache files self.addEventListener('install', event => {