From effccc0639e49c16c6cb2823bb9da5c7990dffce Mon Sep 17 00:00:00 2001 From: dgflash Date: Sat, 5 Oct 2024 12:48:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A1=86=E6=9E=B6=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/core/Oops.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/core/Oops.ts b/assets/core/Oops.ts index 0bb06a3..5f5133a 100644 --- a/assets/core/Oops.ts +++ b/assets/core/Oops.ts @@ -24,7 +24,7 @@ import { GameManager } from "./game/GameManager"; import { LayerManager } from "./gui/layer/LayerManager"; /** 框架版本号 */ -export var version: string = "1.3.2"; +export var version: string = "1.3.3"; /** 框架核心模块访问入口 */ export class oops {