tractatus/public/version.json
TheFlow 9b4d2acc5d fix(cache): increment service worker version to force mobile cache refresh
Updated service worker cache version from 0.1.1 to 0.1.2 to force
mobile browsers to invalidate old cached assets. This ensures users
see the latest calendar.js with enhanced error handling.

Also updated version.json to match with relevant changelog entries
for mobile calendar fixes and DeepL integration.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 12:25:40 +13:00

12 lines
439 B
JSON

{
"version": "0.1.2",
"buildDate": "2025-10-24T00:00:00.000Z",
"changelog": [
"Mobile: Fixed calendar page loading issues with enhanced error handling",
"Cache: Service worker v0.1.2 - FORCE REFRESH for mobile cache fix",
"Admin: Improved API error reporting for calendar stats and tasks",
"Backend: DeepL translation API integrated for multilingual submissions"
],
"forceUpdate": true,
"minVersion": "0.1.2"
}