From f5a4335f6e5ca64e97330f946e8adaf2c01faac7 Mon Sep 17 00:00:00 2001 From: Parsa Nazer Date: Fri, 14 Mar 2025 19:21:51 +0330 Subject: [PATCH] test update pwa --- 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 d8942a8..acebd1f 100644 --- a/frontend/public/sw.js +++ b/frontend/public/sw.js @@ -5,7 +5,7 @@ precacheAndRoute(self.__WB_MANIFEST); // Version -const VERSION = "1.0.2"; +const VERSION = "1.0.3"; // Service Worker Installation self.addEventListener("install", (event) => {