diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index f1a977e2..94ac672b 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -8,7 +8,7 @@ Called from: layouts/baseof.html. */ -}} -{{- hugo.Store.Set "version" "v1.0.0-alpha-mti6jl18" -}} +{{- hugo.Store.Set "version" "v1.0.0-alpha.1" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}} diff --git a/package.json b/package.json index 56040470..509e2693 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hugo-fixit/core", "type": "module", - "version": "1.0.0-alpha", + "version": "1.0.0-alpha.1", "private": true, "packageManager": "pnpm@11.4.0", "description": "Hugo FixIt core theme component source files",