export const APP_VERSION = '0.16.2'; export const APP_NAME = 'BillTracker'; export const RELEASE_NOTES = { version: '0.16.2', date: '2026-05-03', highlights: [ { icon: '๐Ÿ—„๏ธ', title: 'SQLite data import', desc: 'Preview and import user-owned SQLite exports created by this app.' }, { icon: '๐Ÿงพ', title: 'Import tools layout', desc: 'Spreadsheet and SQLite import tools now sit side by side in Profile.' }, { icon: '๐Ÿ“ฆ', title: 'Exports below imports', desc: 'User data export downloads now live below the import tools.' }, { icon: '๐ŸŽจ', title: 'Material Design theme', desc: 'Light mode defaults to the shadcn Material Design theme tokens.' }, { icon: '๐Ÿ“…', title: 'Due day editing', desc: 'Bill due dates are edited as recurring day-of-month values.' }, ], };