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:
parent
f2dbc64f70
commit
6ea7bdf61d
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@costrict/csc",
|
||||
"version": "4.0.13-beta.0",
|
||||
"version": "4.0.13",
|
||||
"description": "costrict",
|
||||
"type": "module",
|
||||
"author": "costrict",
|
||||
|
|
|
|||
|
|
@ -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(""),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user