chore(release): bump version to 4.1.3

This commit is contained in:
github-actions[bot] 2026-05-19 04:00:30 +00:00
parent 0574a8e00e
commit 321be8a128
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@costrict/csc", "name": "@costrict/csc",
"version": "4.1.2", "version": "4.1.3",
"description": "costrict", "description": "costrict",
"type": "module", "type": "module",
"author": "costrict", "author": "costrict",

View File

@ -14,7 +14,7 @@ export function getMacroDefines(): Record<string, string> {
// ignore git errors // ignore git errors
} }
return { return {
"MACRO.VERSION": JSON.stringify("4.1.2"), "MACRO.VERSION": JSON.stringify("4.1.3"),
"MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()), "MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()),
"MACRO.COMMIT": JSON.stringify(commit), "MACRO.COMMIT": JSON.stringify(commit),
"MACRO.FEEDBACK_CHANNEL": JSON.stringify(""), "MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),