From 22d3dac2c73f47695e5a4e1c5fd92e8ceedd7f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Sun, 27 Oct 2019 09:38:59 +0800 Subject: [PATCH] build: release 2.2.10 --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5a834861e..7abc5a4ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "2.2.9", + "version": "2.2.10", "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 5438fbaae..8fc5d2683 100644 --- a/src/index.ts +++ b/src/index.ts @@ -89,7 +89,7 @@ declare global { } } -const version = '2.2.9'; +const version = '2.2.10'; const components = [ ActionSheet, AddressEdit,