diff --git a/package.json b/package.json index f2524f7e5..d2eee354a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vant", - "version": "1.6.11", + "version": "1.6.12", "description": "Lightweight 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 876552407..239a1fccb 100644 --- a/packages/index.ts +++ b/packages/index.ts @@ -80,7 +80,7 @@ declare global { } } -const version = '1.6.11'; +const version = '1.6.12'; const components = [ Actionsheet, AddressEdit,