From 861bb542e1dd4a1c16db4b43a1bc3f421fe543e6 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 21 Jan 2026 14:22:17 +0100 Subject: [PATCH] config: bump PWA cache version to 3.12.0 --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 7f53818..707240f 100644 --- a/config.toml +++ b/config.toml @@ -201,7 +201,7 @@ webmanifest = "manifest.min.json" # Required for PWAs ############################################################################### pwa = true # true to load the service worker -pwa_VER = '3.11.0' # Service Worker cache version. (increment if you need to force a new cache) +pwa_VER = '3.12.0' # Service Worker cache version. (increment if you need to force a new cache) ### 3600=1hour, 28800=8hours, 86400=1day, 604800=1week, 1209600=2weeks pwa_NORM_TTL = 0 # 86400 is reasonable. html, json, xml, anything else undefined