From ab1a56c4a1ab4bb59d42bd7ff0e60a6ff93d942e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Fri, 23 Aug 2019 17:32:42 +0800 Subject: [PATCH] build: release 2.1.5 --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d8570d667..be002d548 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "2.1.4", + "version": "2.1.5", "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 1da356f2f..4b30553fb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -89,7 +89,7 @@ declare global { } } -const version = '2.1.4'; +const version = '2.1.5'; const components = [ ActionSheet, AddressEdit,