From 8693e2952cc5e0215a4d858651239bff40068226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Fri, 22 Nov 2019 11:27:38 +0800 Subject: [PATCH] build: release 2.2.14 --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3c8c81288..3e5cac539 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "2.2.13", + "version": "2.2.14", "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 faee1cd5b..c4dc4f3b4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -89,7 +89,7 @@ declare global { } } -const version = '2.2.13'; +const version = '2.2.14'; const components = [ ActionSheet, AddressEdit,