BillTracker/client/lib/version.js

10 lines
351 B
JavaScript

export const APP_VERSION = '0.20.7';
export const APP_NAME = 'BillTracker';
export const RELEASE_NOTES = {
version: '0.20.7',
date: '2026-05-10',
highlights: [
{ icon: '♿', title: 'Keyboard Navigation & ARIA Labels', desc: 'Skip-to-content link, aria-expanded/hasPopup on menus, aria labels on footer, proper main landmark.' },
],
};