chore: release 4.0.13

- package.json: 版本号从 4.0.13-beta.0 更新为 4.0.13
- scripts/defines.ts: MACRO.VERSION 同步更新为 4.0.13
This commit is contained in:
y574444354 2026-04-29 18:33:57 +08:00
parent f2dbc64f70
commit 6ea7bdf61d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@costrict/csc",
"version": "4.0.13-beta.0",
"version": "4.0.13",
"description": "costrict",
"type": "module",
"author": "costrict",

View File

@ -7,7 +7,7 @@
*/
export function getMacroDefines(): Record<string, string> {
return {
"MACRO.VERSION": JSON.stringify("4.0.13-beta.0"),
"MACRO.VERSION": JSON.stringify("4.0.13"),
"MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()),
"MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),
"MACRO.ISSUES_EXPLAINER": JSON.stringify(""),