build: release 2.1.7

This commit is contained in:
陈嘉涵 2019-08-26 16:40:01 +08:00
parent 2489ba2b79
commit fcf570043c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "vant",
"version": "2.1.6",
"version": "2.1.7",
"description": "Mobile UI Components built on Vue",
"main": "lib/index.js",
"module": "es/index.js",

View File

@ -89,7 +89,7 @@ declare global {
}
}
const version = '2.1.6';
const version = '2.1.7';
const components = [
ActionSheet,
AddressEdit,