diff --git a/package.json b/package.json index 331ac40f6..8c08ba6e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "2.0.0", + "version": "2.0.1", "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 6222269c6..13fa41b20 100644 --- a/packages/index.ts +++ b/packages/index.ts @@ -85,7 +85,7 @@ declare global { } } -const version = '2.0.0'; +const version = '2.0.1'; const components = [ ActionSheet, AddressEdit,