Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cocos2d-html5-v2.1.2-beta2 @ May.1, 2013
Cocos2d-html5-v2.1.3 @ May.1, 2013
* CCEditbox now implemented for WebGL and JSB
* Updated CCBReader to latest version
* Performance optimization on Firefox 20%
Expand Down
2 changes: 1 addition & 1 deletion cocos2d/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<target name="compile_Canvas">
<jscomp compilationLevel="simple" warning="quiet"
debug="false" output="../lib/Cocos2d-html5-v2.1.2.beta2.min.js">
debug="false" output="../lib/Cocos2d-html5-v2.1.3.min.js">
<externs dir="${basedir}">
<file name="cocos2d_externs.js"/>
</externs>
Expand Down
2 changes: 1 addition & 1 deletion cocos2d/platform/CCConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* @constant
* @type String
*/
cc.ENGINE_VERSION = "Cocos2d-html5-v2.1.2-beta2";
cc.ENGINE_VERSION = "Cocos2d-html5-v2.1.3";

/**
* <p>
Expand Down