From b8fcdd3a6e2f8332a17b1c6d39d5258dd6ca26ad Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Mon, 9 Dec 2024 11:26:13 +0800 Subject: [PATCH] bump version --- postinit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinit.js b/postinit.js index 4e44780..342ae64 100644 --- a/postinit.js +++ b/postinit.js @@ -1,4 +1,4 @@ -globalThis.ModAPIVersion = "v2.3.2"; +globalThis.ModAPIVersion = "v2.3.3"; globalThis.modapi_postinit = "(" + (() => { //EaglerForge post initialization code. //This script cannot contain backticks, escape characters, or backslashes in order to inject into the dedicated server code.