更新版本号

This commit is contained in:
dgflash
2026-05-04 16:20:04 +08:00
parent 3c3b7f4f64
commit 2c0b5cfa6e
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ import type { GameManager } from './game/GameManager';
import type { LayerManager } from './gui/layer/LayerManager';
/** 框架版本号 */
export var version = '3.0.0.20260220';
export var version = '3.1.0.20260504';
/** 框架核心模块访问入口 */
export class oops {

View File

@@ -1,6 +1,6 @@
{
"package_version": 2,
"version": "3.0.0.20260220",
"version": "3.1.0.20260504",
"name": "oops-framework",
"description": "i18n:oops-framework.description",
"main": "./dist/main.js",