From 5eb778cb79f798c996154426de2439bf24839448 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Sun, 29 Jun 2025 14:45:20 +0200 Subject: [PATCH] Bump lang cache version --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 2d5930c9c..8bfba25c9 100644 --- a/src/config.ts +++ b/src/config.ts @@ -65,7 +65,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-v49'; +export const LANG_CACHE_NAME = 'tt-lang-packs-v50'; export const ASSET_CACHE_NAME = 'tt-assets'; export const AUTODOWNLOAD_FILESIZE_MB_LIMITS = [1, 5, 10, 50, 100, 500]; export const DATA_BROADCAST_CHANNEL_PREFIX = 'tt-global';