diff --git a/README.md b/README.md index 7fa9edfa..e0227448 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -Cocos Enhance Kit v2.1.0 引擎源码 +Cocos Enhance Kit v2.2.0 引擎源码 适配 v2.4.13 引擎 diff --git a/adapters/VERSION.md b/adapters/VERSION.md index 50aea0e7..e3a4f193 100644 --- a/adapters/VERSION.md +++ b/adapters/VERSION.md @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.2.0 \ No newline at end of file diff --git a/cocos2d-x/VERSION.md b/cocos2d-x/VERSION.md index 50aea0e7..e3a4f193 100644 --- a/cocos2d-x/VERSION.md +++ b/cocos2d-x/VERSION.md @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.2.0 \ No newline at end of file diff --git a/engine/VERSION.md b/engine/VERSION.md index 50aea0e7..e3a4f193 100644 --- a/engine/VERSION.md +++ b/engine/VERSION.md @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.2.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 70b9d186..f23fa618 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.1.0", + version: "2.2.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 31c94195..e5a34193 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.1.0", + version: "2.2.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 3f2fa83c..82041234 100644 --- a/engine/cocos2d/core/sp/sp.js +++ b/engine/cocos2d/core/sp/sp.js @@ -8,7 +8,7 @@ cc.sp = { /** * 版本号 */ - version: "2.1.0", + version: "2.2.0", /** * 最大纹理插槽数量 diff --git a/extension/package.json b/extension/package.json index 926897fa..a5fa5e48 100644 --- a/extension/package.json +++ b/extension/package.json @@ -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/**/*" ] } -} +} \ No newline at end of file diff --git a/jsb-adapter/VERSION.md b/jsb-adapter/VERSION.md index 50aea0e7..e3a4f193 100644 --- a/jsb-adapter/VERSION.md +++ b/jsb-adapter/VERSION.md @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.2.0 \ No newline at end of file