From 351ff9797c8f5118b01c31e670d80b8a6323277e Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Thu, 28 Dec 2023 15:35:23 +0100 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 1a9d0a33e..af1bbf12d 100644 --- a/src/config.ts +++ b/src/config.ts @@ -52,7 +52,7 @@ export const CUSTOM_EMOJI_PREVIEW_CACHE_DISABLED = false; export const CUSTOM_EMOJI_PREVIEW_CACHE_NAME = 'tt-custom-emoji-preview'; 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-v27'; +export const LANG_CACHE_NAME = 'tt-lang-packs-v28'; 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';