Skip to content

Commit 7b0fb4e

Browse files
committed
release 2.7.1
1 parent 1d15cbb commit 7b0fb4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iview",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"title": "iView",
55
"description": "A high quality UI components Library with Vue.js",
66
"homepage": "http://www.iviewui.com",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ if (typeof window !== 'undefined' && window.Vue) {
153153
}
154154

155155
const API = {
156-
version: '2.7.0',
156+
version: '2.7.1',
157157
locale: locale.use,
158158
i18n: locale.i18n,
159159
install,

0 commit comments

Comments
 (0)