10 lines
317 B
JavaScript
10 lines
317 B
JavaScript
export const APP_VERSION = '0.20.9';
|
|
export const APP_NAME = 'BillTracker';
|
|
|
|
export const RELEASE_NOTES = {
|
|
version: '0.20.9',
|
|
date: '2026-05-10',
|
|
highlights: [
|
|
{ icon: '📊', title: 'Previous Month Paid', desc: '"Last Month" column on Tracker shows last month\'s paid amount for comparison.' },
|
|
],
|
|
}; |