From 6333ac01d2bf1f87ac9752fdbc21f706fe25714b Mon Sep 17 00:00:00 2001 From: SmallMain Date: Fri, 1 Nov 2024 11:12:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E8=87=B3=202.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- adapters/VERSION.md | 2 +- cocos2d-x/VERSION.md | 2 +- engine/VERSION.md | 2 +- engine/bin/cocos2d-js-for-preview.js | 2 +- engine/bin/cocos2d-jsb-for-preview.js | 2 +- engine/cocos2d/core/sp/sp.js | 2 +- extension/package.json | 4 ++-- jsb-adapter/VERSION.md | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 87a535b9..7fa9edfa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -Cocos Enhance Kit v2.0.0 引擎源码 +Cocos Enhance Kit v2.1.0 引擎源码 适配 v2.4.13 引擎 diff --git a/adapters/VERSION.md b/adapters/VERSION.md index 359a5b95..50aea0e7 100644 --- a/adapters/VERSION.md +++ b/adapters/VERSION.md @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.1.0 \ No newline at end of file diff --git a/cocos2d-x/VERSION.md b/cocos2d-x/VERSION.md index 359a5b95..50aea0e7 100644 --- a/cocos2d-x/VERSION.md +++ b/cocos2d-x/VERSION.md @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.1.0 \ No newline at end of file diff --git a/engine/VERSION.md b/engine/VERSION.md index 359a5b95..50aea0e7 100644 --- a/engine/VERSION.md +++ b/engine/VERSION.md @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.1.0 \ No newline at end of file diff --git a/engine/bin/cocos2d-js-for-preview.js b/engine/bin/cocos2d-js-for-preview.js index a5ca9aab..70b9d186 100644 --- a/engine/bin/cocos2d-js-for-preview.js +++ b/engine/bin/cocos2d-js-for-preview.js @@ -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, diff --git a/engine/bin/cocos2d-jsb-for-preview.js b/engine/bin/cocos2d-jsb-for-preview.js index 77b7a466..31c94195 100644 --- a/engine/bin/cocos2d-jsb-for-preview.js +++ b/engine/bin/cocos2d-jsb-for-preview.js @@ -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, diff --git a/engine/cocos2d/core/sp/sp.js b/engine/cocos2d/core/sp/sp.js index 18079ac7..3f2fa83c 100644 --- a/engine/cocos2d/core/sp/sp.js +++ b/engine/cocos2d/core/sp/sp.js @@ -8,7 +8,7 @@ cc.sp = { /** * 版本号 */ - version: "2.0.0", + version: "2.1.0", /** * 最大纹理插槽数量 diff --git a/extension/package.json b/extension/package.json index c03ec4f5..0bc56b51 100644 --- a/extension/package.json +++ b/extension/package.json @@ -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", @@ -27,4 +27,4 @@ "resources/**/*" ] } -} +} \ No newline at end of file diff --git a/jsb-adapter/VERSION.md b/jsb-adapter/VERSION.md index 359a5b95..50aea0e7 100644 --- a/jsb-adapter/VERSION.md +++ b/jsb-adapter/VERSION.md @@ -1 +1 @@ -2.0.0 \ No newline at end of file +2.1.0 \ No newline at end of file