diff --git a/src/config.ts b/src/config.ts index 187e388b7..288f57587 100644 --- a/src/config.ts +++ b/src/config.ts @@ -30,7 +30,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-v5'; +export const LANG_CACHE_NAME = 'tt-lang-packs-v6'; export const ASSET_CACHE_NAME = 'tt-assets'; export const DOWNLOAD_WORKERS = 16;