diff --git a/package.json b/package.json index ff5532ea9..8c9f31549 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "2.2.12", + "version": "2.2.13-beta.0", "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 8a516349c..f74f2521e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -89,7 +89,7 @@ declare global { } } -const version = '2.2.12'; +const version = '2.2.13-beta.0'; const components = [ ActionSheet, AddressEdit,