From 7c3dc665152132cc6bd0f1f58f9e7f13cf4b55d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Mon, 9 Oct 2017 15:08:43 +0800 Subject: [PATCH] [build] 0.9.10 --- packages/index.js | 2 +- packages/vant-css/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/index.js b/packages/index.js index 27587e7f4..3622b847c 100644 --- a/packages/index.js +++ b/packages/index.js @@ -57,7 +57,7 @@ import TreeSelect from './tree-select'; import Uploader from './uploader'; import Waterfall from './waterfall'; -const version = '0.9.9'; +const version = '0.9.10'; const components = [ Actionsheet, AddressEdit, diff --git a/packages/vant-css/package.json b/packages/vant-css/package.json index 4b0e7856e..1b791cdb6 100644 --- a/packages/vant-css/package.json +++ b/packages/vant-css/package.json @@ -1,6 +1,6 @@ { "name": "vant-css", - "version": "0.9.9", + "version": "0.9.10", "description": "vant css.", "main": "lib/index.css", "style": "lib/index.css",