更新版本号至 2.2.0

This commit is contained in:
SmallMain 2024-11-08 21:19:12 +08:00
parent 3f71c91904
commit 22941a3c1f
No known key found for this signature in database
9 changed files with 10 additions and 10 deletions

View File

@ -1,3 +1,3 @@
Cocos Enhance Kit v2.1.0 引擎源码
Cocos Enhance Kit v2.2.0 引擎源码
适配 v2.4.13 引擎

View File

@ -1 +1 @@
2.1.0
2.2.0

View File

@ -1 +1 @@
2.1.0
2.2.0

View File

@ -1 +1 @@
2.1.0
2.2.0

View File

@ -57235,7 +57235,7 @@
"use strict";
cc.sp = {
inited: false,
version: "2.1.0",
version: "2.2.0",
MAX_MULTITEXTURE_NUM: -1,
autoSwitchMaterial: true,
allowDynamicAtlas: true,

View File

@ -56928,7 +56928,7 @@
"use strict";
cc.sp = {
inited: false,
version: "2.1.0",
version: "2.2.0",
MAX_MULTITEXTURE_NUM: -1,
autoSwitchMaterial: true,
allowDynamicAtlas: true,

View File

@ -8,7 +8,7 @@ cc.sp = {
/**
* 版本号
*/
version: "2.1.0",
version: "2.2.0",
/**
* 最大纹理插槽数量

View File

@ -1,6 +1,6 @@
{
"name": "enhance-kit",
"version": "2.1.0",
"version": "2.2.0",
"description": "This extension provides support for cocos enhance kit.",
"author": "SmallMain",
"main": "main.js",
@ -34,4 +34,4 @@
"resources/**/*"
]
}
}
}

View File

@ -1 +1 @@
2.1.0
2.2.0