From a3ea4e75ea33dd17f51358cdee56b81d1e7ecdac Mon Sep 17 00:00:00 2001 From: cookfront <cookfront@gmail.com> Date: Thu, 25 May 2017 10:39:35 +0800 Subject: [PATCH] [build] 0.5.8 --- 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 6facd66d6..e619805e4 100644 --- a/packages/vant-css/package.json +++ b/packages/vant-css/package.json @@ -1,6 +1,6 @@ { "name": "vant-css", - "version": "0.5.7", + "version": "0.5.8", "description": "vant css.", "main": "lib/index.css", "style": "lib/index.css", diff --git a/src/index.js b/src/index.js index 6e0a20b2d..2688ffd92 100644 --- a/src/index.js +++ b/src/index.js @@ -81,7 +81,7 @@ if (typeof window !== 'undefined' && window.Vue) { module.exports = { install, - version: '0.5.7', + version: '0.5.8', Button, Switch, Field,