export const APP_VERSION = '0.24.2'; export const APP_NAME = 'BillTracker'; export const RELEASE_NOTES = { version: '0.24.2', date: '2026-05-10', highlights: [ { icon: '🐛', title: 'StatusBadge Toggle Fix', desc: 'Fixed clicking status badges (Late, Due Soon, etc.) to toggle paid/unpaid — was passing wrong property name to API.' }, ], };