[build] 1.0.7

pull/1754/head
Leopoldthecoder 2016-12-14 15:36:21 +08:00
parent b5405f2c7a
commit 19210b6945
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "element-theme-default",
"version": "1.0.6",
"version": "1.0.7",
"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.6',
version: '1.0.7',
locale: locale.use,
install,
Loading,