From 411cef317b95f07893083e48bdf73fa3858680cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Mon, 12 Feb 2018 17:33:52 +0800 Subject: [PATCH] [build] 0.12.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 111410db1..7dedef3fe 100644 --- a/packages/index.js +++ b/packages/index.js @@ -63,7 +63,7 @@ import TreeSelect from './tree-select'; import Uploader from './uploader'; import Waterfall from './waterfall'; -const version = '0.12.9'; +const version = '0.12.10'; const components = [ Actionsheet, AddressEdit, diff --git a/packages/vant-css/package.json b/packages/vant-css/package.json index fa8a29d54..0d12cae62 100644 --- a/packages/vant-css/package.json +++ b/packages/vant-css/package.json @@ -1,6 +1,6 @@ { "name": "vant-css", - "version": "0.12.9", + "version": "0.12.10", "description": "vant css.", "main": "lib/index.css", "style": "lib/index.css",