export const APP_VERSION = '0.20.8'; export const APP_NAME = 'BillTracker'; export const RELEASE_NOTES = { version: '0.20.8', date: '2026-05-10', highlights: [ { icon: '📅', title: 'Billing Cycle Sub-categories', desc: 'Weekly, biweekly, quarterly, annual cycle types with conditional day selectors.' }, ], };