[release] 2.0.0-beta.4

This commit is contained in:
陈嘉涵 2019-06-05 16:06:05 +08:00
parent 537ecc521e
commit cb6f7a3fa2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "vant",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"description": "Mobile UI Components built on Vue",
"main": "lib/index.js",
"module": "es/index.js",

View File

@ -85,7 +85,7 @@ declare global {
}
}
const version = '2.0.0-beta.3';
const version = '2.0.0-beta.4';
const components = [
ActionSheet,
AddressEdit,