From 85cc7e1e895849f407e78afcd2e8d01be4f6ffd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Mon, 1 Jul 2019 15:31:54 +0800 Subject: [PATCH] [release] 2.0.4 --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e466876fd..930733339 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "2.0.3", + "version": "2.0.4", "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 491319b9d..78ec60b9b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -87,7 +87,7 @@ declare global { } } -const version = '2.0.3'; +const version = '2.0.4'; const components = [ ActionSheet, AddressEdit,