[build] 1.0.4

pull/1133/merge
Leopoldthecoder 2016-12-02 19:00:21 +08:00
parent 81f313a0f9
commit 34e9f44744
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "element-theme-default",
"version": "1.0.3",
"version": "1.0.4",
"description": "Element component default theme.",
"main": "lib/index.css",
"style": "lib/index.css",

View File

@ -131,7 +131,7 @@ if (typeof window !== 'undefined' && window.Vue) {
};
module.exports = {
version: '1.0.3',
version: '1.0.4',
locale: locale.use,
install,
Loading,