From 9be736d83a1b83c2946477da270fcb5775f9aa5d Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Thu, 6 Mar 2025 23:21:57 +0330 Subject: [PATCH] testing --- frontend/public/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/sw.js b/frontend/public/sw.js index 9732ebb..6c6a60a 100644 --- a/frontend/public/sw.js +++ b/frontend/public/sw.js @@ -5,7 +5,7 @@ precacheAndRoute(self.__WB_MANIFEST); // Version -const VERSION = "1.0.8"; +const VERSION = "1.0.12345"; // Service Worker Installation self.addEventListener("install", (event) => {