From c912afdf52fe386ab229de0483e10de536a5a525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Wed, 12 Jun 2019 08:10:10 +0800 Subject: [PATCH] [release] 2.0.0 --- package.json | 2 +- packages/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 03c2836d5..a1959846d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "2.0.0-beta.5", + "version": "2.0.0", "description": "Mobile UI Components built on Vue", "main": "lib/index.js", "module": "es/index.js", diff --git a/packages/index.ts b/packages/index.ts index 58771e948..6222269c6 100644 --- a/packages/index.ts +++ b/packages/index.ts @@ -85,7 +85,7 @@ declare global { } } -const version = '2.0.0-beta.5'; +const version = '2.0.0'; const components = [ ActionSheet, AddressEdit,