chore(landing): derive download version from package.json dynamically

Replace hardcoded v0.2.0 version strings in platform download cards
with the `{version}` variable read from package.json. Bump site
package version to 0.2.0.
This commit is contained in:
2026-02-18 07:15:12 +01:00
parent cf80aee76b
commit 1ff432241a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "zblade-dev",
"type": "module",
"version": "0.1.1",
"version": "0.2.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",