Commit d291e8152ba7180fecfecef535a315d526723a54

Authored by 梁灏
1 parent 9b6f316e

release 2.7.2

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
package.json
1 1 {
2 2 "name": "iview",
3   - "version": "2.7.1",
  3 + "version": "2.7.2",
4 4 "title": "iView",
5 5 "description": "A high quality UI components Library with Vue.js",
6 6 "homepage": "http://www.iviewui.com",
... ...
src/index.js
... ... @@ -153,7 +153,7 @@ if (typeof window !== 'undefined' && window.Vue) {
153 153 }
154 154  
155 155 const API = {
156   - version: '2.7.1',
  156 + version: '2.7.2',
157 157 locale: locale.use,
158 158 i18n: locale.i18n,
159 159 install,
... ...