BillTracker/client/lib/version.js

10 lines
313 B
JavaScript
Raw Normal View History

export const APP_VERSION = '0.21.0';
2026-05-03 19:51:57 -05:00
export const APP_NAME = 'BillTracker';
export const RELEASE_NOTES = {
version: '0.21.0',
date: '2026-05-10',
2026-05-03 19:51:57 -05:00
highlights: [
{ 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
],
};