From ce22139bb339d38b91ce6075210c652202dcea0b Mon Sep 17 00:00:00 2001 From: null Date: Thu, 14 May 2026 03:01:47 -0500 Subject: [PATCH] chore: bump version to 0.27.01 --- client/lib/version.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/lib/version.js b/client/lib/version.js index cd91a01..4ee2762 100644 --- a/client/lib/version.js +++ b/client/lib/version.js @@ -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 RELEASE_NOTES = { - version: '0.27.0', + version: '0.27.01', date: '2026-05-14', 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.' }, diff --git a/package.json b/package.json index fd9cd0d..18eebef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bill-tracker", - "version": "0.27.0", + "version": "0.27.01", "description": "Monthly bill tracking system", "main": "server.js", "scripts": {