From 1a41296ccc1d16c5759469cdf73d1d488c430fe9 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Fri, 3 Jan 2025 17:39:25 +0100 Subject: [PATCH] Bump lang version to invalidate cache --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 7b1b48de4..48c246a2b 100644 --- a/src/config.ts +++ b/src/config.ts @@ -52,7 +52,7 @@ export const MEDIA_PROGRESSIVE_CACHE_DISABLED = false; export const MEDIA_PROGRESSIVE_CACHE_NAME = 'tt-media-progressive'; export const MEDIA_CACHE_MAX_BYTES = 512 * 1024; // 512 KB export const CUSTOM_BG_CACHE_NAME = 'tt-custom-bg'; -export const LANG_CACHE_NAME = 'tt-lang-packs-v47'; +export const LANG_CACHE_NAME = 'tt-lang-packs-v48'; export const ASSET_CACHE_NAME = 'tt-assets'; export const AUTODOWNLOAD_FILESIZE_MB_LIMITS = [1, 5, 10, 50, 100, 500]; export const DATA_BROADCAST_CHANNEL_NAME = 'tt-global';