BillTracker/client/lib/version.js

10 lines
311 B
JavaScript

export const APP_VERSION = '0.20.2';
export const APP_NAME = 'BillTracker';
export const RELEASE_NOTES = {
version: '0.20.2',
date: '2026-05-09',
highlights: [
{ icon: '📦', title: 'Transaction Wrapping', desc: 'All database migrations now run within transactions for data integrity.' },
],
};