From 7cfb171b24222af272ce488bfe5cf3b70c2ac0a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 4 Feb 2026 20:41:00 +0100 Subject: [PATCH] Bump version to 0.1.0, display dynamic version in hero, update platform download links and versions --- package.json | 2 +- src/pages/index.astro | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 878586c..60c3bb1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "zblade-dev", "type": "module", - "version": "0.0.1", + "version": "0.1.0", "scripts": { "dev": "astro dev", "start": "astro dev", diff --git a/src/pages/index.astro b/src/pages/index.astro index b9cd249..166f975 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,7 @@ ---- import BaseLayout from '../layouts/BaseLayout.astro'; +import pkg from '../../package.json'; + +const version = pkg.version ?? ""; --- @@ -24,7 +26,7 @@ import BaseLayout from '../layouts/BaseLayout.astro'; / CODEMIRROR 6 / - ALPHA STATUS + v{version}

The graphical frontend ("The Body") for the Zaguán AI system. @@ -170,29 +172,29 @@ import BaseLayout from '../layouts/BaseLayout.astro';

Choose Your
Platform