chore: bump to v0.35.0

This commit is contained in:
null 2026-05-31 16:09:40 -05:00
parent 9f27775da9
commit 557378dab9
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ export const RELEASE_NOTES = {
highlights: [ highlights: [
{ {
icon: '🚀', icon: '🚀',
title: 'v0.36.0', title: 'v0.35.0',
desc: 'Version bump and container rebuild.', desc: 'Version bump and container rebuild.',
}, },
{ {

View File

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