Skip to content

Commit

Permalink
update engine version (cocos#8680)
Browse files Browse the repository at this point in the history
  • Loading branch information
SantyWang authored May 17, 2021
1 parent 93ca097 commit e987a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cocos/core/global-exports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ if (DEV) {
legacyCC._Test = {};
}

const engineVersion = '3.1';
const engineVersion = '3.1.1';
/**
* The current version of Cocos2d being used.<br/>
* Please DO NOT remove this String, it is an important flag for bug tracking.<br/>
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",
"version": "3.0.0",
"version": "3.1.1",
"description": "Cocos Creator is a cross-platform 2D & 3D game engine written in TypeScript, licensed under MIT.",
"homepage": "http://www.cocos.com",
"license": "MIT",
Expand Down

0 comments on commit e987a59

Please sign in to comment.