1.3.0 - Invoices, Manual entries, and Auto Migrations
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m55s

This commit is contained in:
2026-01-17 01:39:12 -07:00
parent aae8693dd3
commit 996092d14e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "chronus", "name": "chronus",
"type": "module", "type": "module",
"version": "1.2.0", "version": "1.3.0",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"build": "astro build", "build": "astro build",

View File

@@ -1,7 +1,7 @@
<footer class="footer footer-center p-4 bg-base-200 text-base-content border-t border-base-300"> <footer class="footer footer-center p-4 bg-base-200 text-base-content border-t border-base-300">
<aside> <aside>
<p class="text-sm"> <p class="text-sm">
Made with <span class="text-red-500">❤️</span> by <a href="https://github.com/atridad" target="_blank" rel="noopener noreferrer" class="link link-hover font-semibold">Atridad Lahiji</a> Made with <span class="text-red-500">❤️</span> by <a href="https://atri.dad" target="_blank" rel="noopener noreferrer" class="link link-hover font-semibold">Atridad Lahiji</a>
</p> </p>
</aside> </aside>
</footer> </footer>