Browse Source

[build] 1.1.4

baiyaaaaa 8 years ago
parent
commit
cba3242752
2 changed files with 2 additions and 2 deletions
  1. 1 1
      packages/theme-default/package.json
  2. 1 1
      src/index.js

+ 1 - 1
packages/theme-default/package.json

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

+ 1 - 1
src/index.js

@@ -148,7 +148,7 @@ if (typeof window !== 'undefined' && window.Vue) {
 };
 
 module.exports = {
-  version: '1.1.3',
+  version: '1.1.4',
   locale: locale.use,
   i18n: locale.i18n,
   install,