10 lines
349 B
JavaScript
10 lines
349 B
JavaScript
export const APP_VERSION = '0.23.3';
|
|
export const APP_NAME = 'BillTracker';
|
|
|
|
export const RELEASE_NOTES = {
|
|
version: '0.23.3',
|
|
date: '2026-05-10',
|
|
highlights: [
|
|
{ icon: '✅', title: 'AlertDialog Integration', desc: 'Replaced native confirm() calls with shadcn/ui AlertDialog for consistent UI across tracker and data pages.' },
|
|
],
|
|
}; |