From a6d1b8d0d58780923ba558f3c6707ce1cc35e9b7 Mon Sep 17 00:00:00 2001 From: Vasilii Rogin Date: Mon, 18 Nov 2024 17:50:08 +0200 Subject: [PATCH] Bump sw version --- os/web/index.sw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/web/index.sw.js b/os/web/index.sw.js index 667a01ac..5e869bcd 100644 --- a/os/web/index.sw.js +++ b/os/web/index.sw.js @@ -43,7 +43,7 @@ const CACHE_FILES = [ "/", ]; -const VERSION = 122; +const VERSION = 123; const ENGINE_CACHE_NAME = "engine";