diff --git a/package.json b/package.json index c19afbbce..c1e69fabf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "2.2.15", + "version": "2.3.0-beta.1", "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 c7538ddb9..9cba2e473 100644 --- a/src/index.ts +++ b/src/index.ts @@ -89,7 +89,7 @@ declare global { } } -const version = '2.2.15'; +const version = '2.3.0-beta.1'; const components = [ ActionSheet, AddressEdit,