Browse Source

[build] 1.1.2

Leopoldthecoder 8 năm trước cách đây
mục cha
commit
cdb3e46de8
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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.1",
+  "version": "1.1.2",
   "description": "Element component default theme.",
   "main": "lib/index.css",
   "style": "lib/index.css",

+ 1 - 1
src/index.js

@@ -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,