From a40c2f3c883cb4de63c6e7b21cf4adffe0e66333 Mon Sep 17 00:00:00 2001 From: cookfront Date: Sat, 15 Jul 2017 21:42:13 +0800 Subject: [PATCH] [build] 0.6.6 --- packages/vant-css/package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vant-css/package.json b/packages/vant-css/package.json index 2d1d27332..e0123460e 100644 --- a/packages/vant-css/package.json +++ b/packages/vant-css/package.json @@ -1,6 +1,6 @@ { "name": "vant-css", - "version": "0.6.5", + "version": "0.6.6", "description": "vant css.", "main": "lib/index.css", "style": "lib/index.css", diff --git a/src/index.js b/src/index.js index 1e512bef2..e19e6e2e4 100644 --- a/src/index.js +++ b/src/index.js @@ -83,7 +83,7 @@ if (typeof window !== 'undefined' && window.Vue) { module.exports = { install, - version: '0.6.5', + version: '0.6.6', Button, Switch, Field,