10 lines
308 B
JavaScript
10 lines
308 B
JavaScript
export const APP_VERSION = '0.21.1';
|
|
export const APP_NAME = 'BillTracker';
|
|
|
|
export const RELEASE_NOTES = {
|
|
version: '0.21.1',
|
|
date: '2026-05-10',
|
|
highlights: [
|
|
{ icon: '💫', title: 'Loading Skeletons', desc: 'Tracker and Bills pages show skeleton placeholders during data loading.' },
|
|
],
|
|
}; |