[build] 1.0.5

pull/1584/head
Leopoldthecoder 2016-12-06 18:47:04 +08:00
parent bf9690bbcc
commit 1ecb9d9e4e
2 changed files with 2 additions and 2 deletions

View File

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