Skip to content

Commit

Permalink
更新版本至3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Apr 15, 2015
1 parent 9604ed2 commit 9829a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "esui",
"version": "3.1.0-beta.6",
"version": "3.1.0",
"maintainers": [
{
"name": "otakustay",
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Expand Up @@ -25,7 +25,7 @@ define(
* @type {string}
* @readonly
*/
main.version = '3.1.0-beta.6';
main.version = '3.1.0';

var ViewContext = require('./ViewContext');
var defaultViewContext = new ViewContext('default');
Expand Down

0 comments on commit 9829a7c

Please sign in to comment.