Skip to content

Commit

Permalink
更新版本号至 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smallmain committed Nov 1, 2024
1 parent f9c85ae commit 6333ac0
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Cocos Enhance Kit v2.0.0 引擎源码
Cocos Enhance Kit v2.1.0 引擎源码

适配 v2.4.13 引擎
2 changes: 1 addition & 1 deletion adapters/VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.0
2 changes: 1 addition & 1 deletion cocos2d-x/VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.0
2 changes: 1 addition & 1 deletion engine/VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.0
2 changes: 1 addition & 1 deletion engine/bin/cocos2d-js-for-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -57235,7 +57235,7 @@
"use strict";
cc.sp = {
inited: false,
version: "2.0.0",
version: "2.1.0",
MAX_MULTITEXTURE_NUM: -1,
autoSwitchMaterial: true,
allowDynamicAtlas: true,
Expand Down
2 changes: 1 addition & 1 deletion engine/bin/cocos2d-jsb-for-preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -56928,7 +56928,7 @@
"use strict";
cc.sp = {
inited: false,
version: "2.0.0",
version: "2.1.0",
MAX_MULTITEXTURE_NUM: -1,
autoSwitchMaterial: true,
allowDynamicAtlas: true,
Expand Down
2 changes: 1 addition & 1 deletion engine/cocos2d/core/sp/sp.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cc.sp = {
/**
* 版本号
*/
version: "2.0.0",
version: "2.1.0",

/**
* 最大纹理插槽数量
Expand Down
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enhance-kit",
"version": "2.0.0",
"version": "2.1.0",
"description": "This extension provides support for cocos enhance kit.",
"author": "SmallMain",
"main": "main.js",
Expand All @@ -27,4 +27,4 @@
"resources/**/*"
]
}
}
}
2 changes: 1 addition & 1 deletion jsb-adapter/VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.1.0

0 comments on commit 6333ac0

Please sign in to comment.