[build] 1.0.2

pull/1207/head
Leopoldthecoder 2016-11-18 20:08:55 +08:00
parent a49dd868a4
commit 2e931cff96
2 changed files with 2 additions and 2 deletions

View File

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