2026-05-10 01:35:41 -05:00
|
|
|
export const APP_VERSION = '0.21.1';
|
2026-05-03 19:51:57 -05:00
|
|
|
export const APP_NAME = 'BillTracker';
|
|
|
|
|
|
|
|
|
|
export const RELEASE_NOTES = {
|
2026-05-10 01:35:41 -05:00
|
|
|
version: '0.21.1',
|
2026-05-09 23:24:51 -05:00
|
|
|
date: '2026-05-10',
|
2026-05-03 19:51:57 -05:00
|
|
|
highlights: [
|
2026-05-10 01:35:41 -05:00
|
|
|
{ icon: '💫', title: 'Loading Skeletons', desc: 'Tracker and Bills pages show skeleton placeholders during data loading.' },
|
2026-05-03 19:51:57 -05:00
|
|
|
],
|
2026-05-09 20:25:05 -05:00
|
|
|
};
|