build(package): 更新版本号至0.0.4

将 package.json 中的 version 字段从 0.0.3 升级到 0.0.4
This commit is contained in:
log1997
2025-12-05 17:34:53 +08:00
parent 001853d3f5
commit 7447bab939

View File

@@ -1,7 +1,7 @@
{ {
"name": "log-lottery", "name": "log-lottery",
"private": true, "private": true,
"version": "0.0.3", "version": "0.0.4",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
@@ -83,4 +83,4 @@
"vitest": "^2.1.5", "vitest": "^2.1.5",
"vue-tsc": "^2.1.10" "vue-tsc": "^2.1.10"
} }
} }