diff --git a/package.json b/package.json index df710a17d..1ae68c31d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "2.0.4", + "version": "2.0.5", "description": "Mobile UI Components built on Vue", "main": "lib/index.js", "module": "es/index.js", diff --git a/src/index.ts b/src/index.ts index 78ec60b9b..a86e425a4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -87,7 +87,7 @@ declare global { } } -const version = '2.0.4'; +const version = '2.0.5'; const components = [ ActionSheet, AddressEdit,