fix: force cache invalidation - bump to v0.1.4

CRITICAL: Force all clients to dump old cached content

- Increment service worker CACHE_VERSION from 0.1.3 to 0.1.4
- Update version.json to 0.1.4
- Forces immediate cache invalidation for all users
- Ensures Phase 2 content (Agent Lightning, Discord) visible immediately

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
TheFlow 2025-11-03 13:02:29 +13:00
parent 59cb5b40e1
commit 9838efb593
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"version": "0.1.3",
"buildDate": "2025-11-03T01:53:25.656Z",
"version": "0.1.4",
"buildDate": "2025-11-03T02:15:00.000Z",
"changelog": [
"Phase 2: Agent Lightning integration complete across all pages",
"Homepage: Added community section with Discord invite links",