From 1cd1fb3691be51530b60b5a0e951a66326646105 Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Fri, 5 Jun 2026 18:38:36 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20for=C3=A7a=20atualiza=C3=A7=C3=A3o=20de?= =?UTF-8?q?=20cache=20do=20Service=20Worker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sw.js b/public/sw.js index 7359b1d..f35689a 100644 --- a/public/sw.js +++ b/public/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'camila-ai-v2'; +const CACHE_NAME = 'camila-ai-v3'; const urlsToCache = [ '/', '/index.html',