2026-05-10 00:52:23 -05:00
|
|
|
export const APP_VERSION = '0.20.9';
|
2026-05-03 19:51:57 -05:00
|
|
|
export const APP_NAME = 'BillTracker';
|
|
|
|
|
|
|
|
|
|
export const RELEASE_NOTES = {
|
2026-05-10 00:52:23 -05:00
|
|
|
version: '0.20.9',
|
2026-05-09 23:24:51 -05:00
|
|
|
date: '2026-05-10',
|
2026-05-03 19:51:57 -05:00
|
|
|
highlights: [
|
2026-05-10 00:52:23 -05:00
|
|
|
{ icon: '📊', title: 'Previous Month Paid', desc: '"Last Month" column on Tracker shows last month\'s paid amount for comparison.' },
|
2026-05-03 19:51:57 -05:00
|
|
|
],
|
2026-05-09 20:25:05 -05:00
|
|
|
};
|