[build] 0.7.10

This commit is contained in:
cookfront 2017-08-16 21:42:39 +08:00
parent f613214965
commit 7b87ccd2aa
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "vant-css",
"version": "0.7.9",
"version": "0.7.10",
"description": "vant css.",
"main": "lib/index.css",
"style": "lib/index.css",

View File

@ -37,7 +37,7 @@ import Swipe from '../packages/swipe/index.js';
import SwipeItem from '../packages/swipe-item/index.js';
import DatetimePicker from '../packages/datetime-picker/index.js';
const version = '0.7.9';
const version = '0.7.10';
const components = [
Button,
Switch,