2026-05-10 01:22:51 -05:00
|
|
|
export const APP_VERSION = '0.21.0';
|
2026-05-03 19:51:57 -05:00
|
|
|
export const APP_NAME = 'BillTracker';
|
|
|
|
|
|
|
|
|
|
export const RELEASE_NOTES = {
|
2026-05-10 01:22:51 -05:00
|
|
|
version: '0.21.0',
|
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:22:51 -05:00
|
|
|
{ icon: '📈', title: '3-Month Trend Indicator', desc: 'Tracker shows up/down trend vs 3-month average with percentage change.' },
|
2026-05-03 19:51:57 -05:00
|
|
|
],
|
2026-05-09 20:25:05 -05:00
|
|
|
};
|