Commit 7b0fb4ef9bb35fbfdb882cc961f4585c8bcae92f
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 | "name": "iview", | 2 | "name": "iview", |
3 | - "version": "2.7.0", | 3 | + "version": "2.7.1", |
4 | "title": "iView", | 4 | "title": "iView", |
5 | "description": "A high quality UI components Library with Vue.js", | 5 | "description": "A high quality UI components Library with Vue.js", |
6 | "homepage": "http://www.iviewui.com", | 6 | "homepage": "http://www.iviewui.com", |
src/index.js
@@ -153,7 +153,7 @@ if (typeof window !== 'undefined' && window.Vue) { | @@ -153,7 +153,7 @@ if (typeof window !== 'undefined' && window.Vue) { | ||
153 | } | 153 | } |
154 | 154 | ||
155 | const API = { | 155 | const API = { |
156 | - version: '2.7.0', | 156 | + version: '2.7.1', |
157 | locale: locale.use, | 157 | locale: locale.use, |
158 | i18n: locale.i18n, | 158 | i18n: locale.i18n, |
159 | install, | 159 | install, |