From 240bb212c2d2da6a6b0891925976491c4f0ff222 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Mon, 13 Nov 2017 11:35:19 +0800 Subject: [PATCH] release 2.7.0 --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cfa919f..81744a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iview", - "version": "2.7.0-beta.1", + "version": "2.7.0", "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 7ec125e..dbd93f6 100644 --- a/src/index.js +++ b/src/index.js @@ -153,7 +153,7 @@ if (typeof window !== 'undefined' && window.Vue) { } const API = { - version: '2.6.0', + version: '2.7.0', locale: locale.use, i18n: locale.i18n, install, -- libgit2 0.21.4