chore: bump version to 0.27.01

This commit is contained in:
null 2026-05-14 03:01:47 -05:00
parent 440f872d97
commit ce22139bb3
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
export const APP_VERSION = '0.27.0'; export const APP_VERSION = '0.27.01';
export const APP_NAME = 'BillTracker'; export const APP_NAME = 'BillTracker';
export const RELEASE_NOTES = { export const RELEASE_NOTES = {
version: '0.27.0', version: '0.27.01',
date: '2026-05-14', date: '2026-05-14',
highlights: [ highlights: [
{ icon: '❄️', title: 'Debt Snowball', desc: 'New Snowball page: drag-and-drop debt ordering, Dave Ramsey payoff projections, avalanche method comparison, and balance update by clicking any balance figure.' }, { icon: '❄️', title: 'Debt Snowball', desc: 'New Snowball page: drag-and-drop debt ordering, Dave Ramsey payoff projections, avalanche method comparison, and balance update by clicking any balance figure.' },

View File

@ -1,6 +1,6 @@
{ {
"name": "bill-tracker", "name": "bill-tracker",
"version": "0.27.0", "version": "0.27.01",
"description": "Monthly bill tracking system", "description": "Monthly bill tracking system",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {