export const APP_VERSION = '0.24.3';
export const APP_NAME = 'BillTracker';
export const RELEASE_NOTES = {
version: '0.24.3',
date: '2026-05-10',
highlights: [
{ icon: '🖱️', title: 'Instant Status Toggle', desc: 'Clicking status badges (Late, Due Soon, Upcoming, Missed) now toggles paid/unpaid directly — no more confirmation popup.' },
],
};