Skip to content

Commit

Permalink
release 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
icarusion committed Nov 14, 2017
1 parent 9b6f316 commit d291e81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "iview",
"version": "2.7.1",
"version": "2.7.2",
"title": "iView",
"description": "A high quality UI components Library with Vue.js",
"homepage": "http://www.iviewui.com",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -153,7 +153,7 @@ if (typeof window !== 'undefined' && window.Vue) {
}

const API = {
version: '2.7.1',
version: '2.7.2',
locale: locale.use,
i18n: locale.i18n,
install,
Expand Down

0 comments on commit d291e81

Please sign in to comment.