From 193fd1933d64473f5d4745c86d624717fc19ed9b Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Fri, 4 Jul 2025 11:43:19 +0800 Subject: [PATCH] :bookmark: Chore(release): 0.4.0-alpha --- layouts/_partials/init/index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index 35ce1b92..e2f216be 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -1,4 +1,4 @@ -{{- hugo.Store.Set "version" "v0.3.21-20250704034254-c9e01dd0" -}} +{{- hugo.Store.Set "version" "v0.4.0-alpha" -}} {{- .Store.Set "this" dict -}} {{- partial "init/detection-env.html" . -}} diff --git a/package.json b/package.json index 4ce6435e..79013da7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fixit-core", - "version": "0.3.20", + "version": "0.4.0-alpha", "private": true, "packageManager": "pnpm@10.5.2", "description": "Hugo FixIt core theme component source files",