diff --git a/package.json b/package.json index 07b3dbb53..52ea9eae2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@costrict/csc", - "version": "4.0.13-beta.0", + "version": "4.0.13", "description": "costrict", "type": "module", "author": "costrict", diff --git a/scripts/defines.ts b/scripts/defines.ts index d91a96970..e6615ceef 100644 --- a/scripts/defines.ts +++ b/scripts/defines.ts @@ -7,7 +7,7 @@ */ export function getMacroDefines(): Record { 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(""),