From 972d59315ade93f181f1f2bf20a3aa3a70054f92 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Wed, 11 Sep 2024 16:56:06 +0300 Subject: [PATCH] Update service-worker.js --- service-worker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service-worker.js b/service-worker.js index 22b73c5..09f3781 100644 --- a/service-worker.js +++ b/service-worker.js @@ -1,7 +1,7 @@ const FILE_VERSIONS = { '/index.html': '12', - '/home_en.html': '12', - '/home_tr.html': '12', + '/home_en.html': '13', + '/home_tr.html': '13', '/not_found_page.html': '1', '/CSS/1.css': '1', '/CSS/2.css': '1',