From f86e84abb6a83d1c2a6b3bcc09cd3f3e83d7816d Mon Sep 17 00:00:00 2001 From: dgflash Date: Sat, 16 Mar 2024 13:24:49 +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 962c792..8b46054 100644 --- a/assets/core/Oops.ts +++ b/assets/core/Oops.ts @@ -23,7 +23,7 @@ import { GameManager } from "./game/GameManager"; import { LayerManager } from "./gui/layer/LayerManager"; /** 框架版本号 */ -export var version: string = "1.1.5"; +export var version: string = "1.2.0"; /** 框架核心模块访问入口 */ export class oops {