From 9387bf9d78a3c69b8ac484a87b48604b9d3f23a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Sat, 15 Jun 2019 11:07:43 +0800 Subject: [PATCH] [release] 2.0.1 --- package.json | 2 +- packages/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 331ac40f6..8c08ba6e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "2.0.0", + "version": "2.0.1", "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 6222269c6..13fa41b20 100644 --- a/packages/index.ts +++ b/packages/index.ts @@ -85,7 +85,7 @@ declare global { } } -const version = '2.0.0'; +const version = '2.0.1'; const components = [ ActionSheet, AddressEdit,