chore: bump cache version to 0.1.4 for i18n updates
Updated service worker cache version from 0.1.3 to 0.1.4 to ensure browsers clear cache and fetch updated architectural_principles translations in values.json files. Note: /locales/ is in NEVER_CACHE_PATHS, so translations are always fresh, but bumping version ensures service worker update triggers. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
6f78d2a7ef
commit
21276f2be2
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* - PWA functionality
|
||||
*/
|
||||
|
||||
const CACHE_VERSION = '0.1.3';
|
||||
const CACHE_VERSION = '0.1.4';
|
||||
const CACHE_NAME = `tractatus-v${CACHE_VERSION}`;
|
||||
const VERSION_CHECK_INTERVAL = 3600000; // 1 hour in milliseconds
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue