From 1433b110ae7390cb1b80dcc54c9e46e041256251 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Sat, 8 Mar 2025 20:25:14 +0330 Subject: [PATCH] new sw.js version --- 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 b25248c..d8942a8 100644 --- a/frontend/public/sw.js +++ b/frontend/public/sw.js @@ -5,7 +5,7 @@ precacheAndRoute(self.__WB_MANIFEST); // Version -const VERSION = "1.0.9112"; +const VERSION = "1.0.2"; // Service Worker Installation self.addEventListener("install", (event) => {