Updated cache-busting version to force browser reload of fixed JavaScript.
Root cause: Browser serving cached version of newsletter-management.js
with old arrow function bug, even though production file had the fix.
Changes:
- Bumped version to 0.1.0.1761283486841 across all HTML files
- Updated public/admin/newsletter-management.html (missed by auto-script)
- Updated version.json and service worker
Related fix: Newsletter DELETE button sending [object Object]
Fixed in commit 0b853c5 but cached version prevented fix from loading.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
27 lines
No EOL
491 B
JSON
27 lines
No EOL
491 B
JSON
{
|
|
"version": "1.0.0",
|
|
"budget": 200000,
|
|
"checkpoints": [
|
|
{
|
|
"percentage": 25,
|
|
"tokens": 50000,
|
|
"completed": false,
|
|
"timestamp": null
|
|
},
|
|
{
|
|
"percentage": 50,
|
|
"tokens": 100000,
|
|
"completed": false,
|
|
"timestamp": null
|
|
},
|
|
{
|
|
"percentage": 75,
|
|
"tokens": 150000,
|
|
"completed": false,
|
|
"timestamp": null
|
|
}
|
|
],
|
|
"next_checkpoint": 50000,
|
|
"overdue": false,
|
|
"last_check": "2025-10-24T05:20:06.706Z"
|
|
} |