From ef6998a365bb5ff0aa7ab3710d259ce7ff6e3b4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= <chenjiahan@youzan.com> Date: Fri, 2 Aug 2019 10:43:51 +0800 Subject: [PATCH] [release] 2.1.1 --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3bdf61a2c..d433137fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "2.1.0", + "version": "2.1.1", "description": "Mobile UI Components built on Vue", "main": "lib/index.js", "module": "es/index.js", diff --git a/src/index.ts b/src/index.ts index 20fa6b004..622e181fc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -90,7 +90,7 @@ declare global { } } -const version = '2.1.0'; +const version = '2.1.1'; const components = [ ActionSheet, AddressEdit,