From 79cec37c5ab1b4b7c8d4b6cf6f3e9e4098df2352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Sat, 23 Mar 2019 19:21:06 +0800 Subject: [PATCH] [release] 1.6.11 --- package.json | 2 +- packages/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 05b204900..4f9d64437 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "1.6.10", + "version": "1.6.11", "description": "Lightweight Mobile UI Components built on Vue", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/index.ts b/packages/index.ts index 331e03353..876552407 100644 --- a/packages/index.ts +++ b/packages/index.ts @@ -80,7 +80,7 @@ declare global { } } -const version = '1.6.10'; +const version = '1.6.11'; const components = [ Actionsheet, AddressEdit,