Skip to content

Commit

Permalink
update version to 1.4.1-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nantas committed Feb 24, 2017
1 parent 5d28bd9 commit 36f1c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CCBoot.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ _p = null;
* @name cc.ENGINE_VERSION
*/
var engineVersion;
engineVersion = '1.4.0-mahjong';
engineVersion = '1.4.1-beta.1';
window['CocosEngine'] = cc.ENGINE_VERSION = engineVersion;

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cocos-creator-js",
"version": "1.4.0-mahjong",
"version": "1.4.1-beta.1",
"description": "Cocos2d-html5 is a cross-platform 2D game engine written in Javascript, based on Cocos2d-X and licensed under MIT. It incorporates the same high level api as “Cocos2d JS-binding engine” and compatible with Cocos2d-X. It currently supports canvas and WebGL renderering.",
"homepage": "http://www.cocos2d-x.org",
"authors": [
Expand Down

0 comments on commit 36f1c9f

Please sign in to comment.