diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index df649f12..aa614381 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.4-20251231044319-f643c8b7" -}} +{{- hugo.Store.Set "version" "v0.4.0-beta" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}} diff --git a/package.json b/package.json index f54ec800..123c181b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hugo-fixit/core", "type": "module", - "version": "0.4.0-alpha.3", + "version": "0.4.0-beta", "private": true, "packageManager": "pnpm@10.22.0", "description": "Hugo FixIt core theme component source files",