From 996092d14e273392b3264cf62a75848133f82cab Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sat, 17 Jan 2026 01:39:12 -0700 Subject: [PATCH] 1.3.0 - Invoices, Manual entries, and Auto Migrations --- package.json | 2 +- src/components/Footer.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3cecd22..be62109 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chronus", "type": "module", - "version": "1.2.0", + "version": "1.3.0", "scripts": { "dev": "astro dev", "build": "astro build", diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 136c564..f098cf7 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,7 +1,7 @@