diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html
index 857c7ebb..92d459a7 100644
--- a/layouts/_partials/init/index.html
+++ b/layouts/_partials/init/index.html
@@ -1,4 +1,4 @@
-{{- hugo.Store.Set "version" "v0.4.0-alpha-20250908085635-fde7e1cf" -}}
+{{- hugo.Store.Set "version" "v0.4.0-alpha.1" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}
diff --git a/package.json b/package.json
index d0fe64d7..14f4b0ff 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@hugo-fixit/core",
"type": "module",
- "version": "0.4.0-alpha",
+ "version": "0.4.0-alpha.1",
"private": true,
"packageManager": "pnpm@10.5.2",
"description": "Hugo FixIt core theme component source files",