From 0ee813f466ebb5c8a8acd8fffbbd6d6fb40d5a8b Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sat, 5 Oct 2024 20:29:51 +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 49ebb78..df1c204 100644 --- a/service-worker.js +++ b/service-worker.js @@ -33,7 +33,7 @@ const urlsToCache = [ '/.htaccess.txt' ]; -const CURRENT_VERSION = 'v13'; +const CURRENT_VERSION = 'v14'; // Install event - cache files self.addEventListener('install', event => {