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

- +
WINDOWS
-
v0.0.4-alpha / amd64, arm64
+
v0.1.0-alpha / amd64, arm64
DOWNLOAD →
- +
macOS
-
v0.0.4-alpha / arm64 (Apple Silicon)
+
v0.1.0-alpha / arm64 (Apple Silicon)
DOWNLOAD →
- +
LINUX
-
v0.0.4-alpha / amd64, arm64
+
v0.1.0-alpha / amd64, arm64
DOWNLOAD →