10 lines
313 B
JavaScript
10 lines
313 B
JavaScript
export const APP_VERSION = '0.21.0';
|
|
export const APP_NAME = 'BillTracker';
|
|
|
|
export const RELEASE_NOTES = {
|
|
version: '0.21.0',
|
|
date: '2026-05-10',
|
|
highlights: [
|
|
{ icon: '📈', title: '3-Month Trend Indicator', desc: 'Tracker shows up/down trend vs 3-month average with percentage change.' },
|
|
],
|
|
}; |