diff --git a/package.json b/package.json index 94d0565da..04ebee2c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "1.6.22", + "version": "1.6.23", "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 4ef9cb4b7..3d58e8f18 100644 --- a/packages/index.ts +++ b/packages/index.ts @@ -80,7 +80,7 @@ declare global { } } -const version = '1.6.22'; +const version = '1.6.23'; const components = [ Actionsheet, AddressEdit,