From 929a1dcd56a436cfad2f83dde218348381f222a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Fri, 21 Jun 2019 14:52:40 +0800 Subject: [PATCH] [release] 2.0.2 --- package.json | 2 +- packages/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b424b8754..4ed932c8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "2.0.1", + "version": "2.0.2", "description": "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 13fa41b20..6a3a4fe1b 100644 --- a/packages/index.ts +++ b/packages/index.ts @@ -85,7 +85,7 @@ declare global { } } -const version = '2.0.1'; +const version = '2.0.2'; const components = [ ActionSheet, AddressEdit,