diff --git a/package.json b/package.json index 2fab0502b..8cf37737f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "2.0.8", + "version": "2.0.9", "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 9b9de6826..f35593d8a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -90,7 +90,7 @@ declare global { } } -const version = '2.0.8'; +const version = '2.0.9'; const components = [ ActionSheet, AddressEdit,