修改框架版本号

This commit is contained in:
dgflash
2024-03-16 13:24:49 +08:00
parent e643839488
commit f86e84abb6

View File

@@ -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 {