Skip to content

Commit

Permalink
update version to v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nantas committed May 19, 2017
1 parent 01fb4ba commit a9b7298
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 @@ -33,7 +33,7 @@ cc._LogInfos = cc._LogInfos || {};
* @property {String} ENGINE_VERSION
*/
var engineVersion;
engineVersion = '1.5.0-beta.5.1';
engineVersion = '1.5.0';
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.5.0-beta.5.1",
"version": "1.5.0",
"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 a9b7298

Please sign in to comment.