[build] 1.1.0

pull/2083/head
Leopoldthecoder 2016-12-29 22:11:43 +08:00
parent d8d20f0da1
commit 99d3b2568d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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