chore: bump version to 0.27.01
This commit is contained in:
parent
440f872d97
commit
ce22139bb3
|
|
@ -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.' },
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bill-tracker",
|
||||
"version": "0.27.0",
|
||||
"version": "0.27.01",
|
||||
"description": "Monthly bill tracking system",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue