Commit 7b0fb4ef9bb35fbfdb882cc961f4585c8bcae92f

Authored by 梁灏
1 parent 1d15cbbc

release 2.7.1

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.0",
  3 + "version": "2.7.1",
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.0',
  156 + version: '2.7.1',
157 157 locale: locale.use,
158 158 i18n: locale.i18n,
159 159 install,
... ...