chore(release): bump version to 4.0.21
This commit is contained in:
parent
f100568b46
commit
876dc94ed5
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@costrict/csc",
|
||||
"version": "4.0.20",
|
||||
"version": "4.0.21",
|
||||
"description": "costrict",
|
||||
"type": "module",
|
||||
"author": "costrict",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ export function getMacroDefines(): Record<string, string> {
|
|||
// ignore git errors
|
||||
}
|
||||
return {
|
||||
"MACRO.VERSION": JSON.stringify("4.0.20"),
|
||||
"MACRO.VERSION": JSON.stringify("4.0.21"),
|
||||
"MACRO.BUILD_TIME": JSON.stringify(new Date().toISOString()),
|
||||
"MACRO.COMMIT": JSON.stringify(commit),
|
||||
"MACRO.FEEDBACK_CHANNEL": JSON.stringify(""),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user