[build] 1.1.2

pull/2136/head
Leopoldthecoder 2016-12-30 18:53:52 +08:00
parent af7165da18
commit cdb3e46de8
2 changed files with 2 additions and 2 deletions

View File

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