From 71c0b6fbe23fb41493651202438b55b5068f7b5d Mon Sep 17 00:00:00 2001 From: cookfront Date: Wed, 19 Apr 2017 19:53:35 +0800 Subject: [PATCH] [build] 0.3.0 --- 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 3540941ca..7ab52c61e 100644 --- a/packages/vant-css/package.json +++ b/packages/vant-css/package.json @@ -1,6 +1,6 @@ { "name": "vant-css", - "version": "0.2.1", + "version": "0.3.0", "description": "vant css.", "main": "lib/index.css", "style": "lib/index.css", diff --git a/src/index.js b/src/index.js index 551800571..4eadd04c8 100644 --- a/src/index.js +++ b/src/index.js @@ -80,7 +80,7 @@ if (typeof window !== 'undefined' && window.Vue) { module.exports = { install, - version: '0.2.1', + version: '0.3.0', Button, Switch, Field,