Skip to content

Commit

Permalink
[build] 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Jan 9, 2017
1 parent 6970793 commit b616140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element-theme-default",
"version": "1.1.2",
"version": "1.1.3",
"description": "Element component default theme.",
"main": "lib/index.css",
"style": "lib/index.css",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ if (typeof window !== 'undefined' && window.Vue) {
};

module.exports = {
version: '1.1.2',
version: '1.1.3',
locale: locale.use,
i18n: locale.i18n,
install,
Expand Down

0 comments on commit b616140

Please sign in to comment.