diff --git a/package.json b/package.json
index 81744a8..5808917 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "iview",
-  "version": "2.7.0",
+  "version": "2.7.1",
   "title": "iView",
   "description": "A high quality  UI components Library with Vue.js",
   "homepage": "http://www.iviewui.com",
diff --git a/src/index.js b/src/index.js
index dbd93f6..8bb026a 100644
--- a/src/index.js
+++ b/src/index.js
@@ -153,7 +153,7 @@ if (typeof window !== 'undefined' && window.Vue) {
 }
 
 const API = {
-    version: '2.7.0',
+    version: '2.7.1',
     locale: locale.use,
     i18n: locale.i18n,
     install,
--
libgit2 0.21.4