diff --git a/package.json b/package.json index 948e8a0..eca8ddb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tidbcloud/serverless", - "version": "0.1.1", + "version": "0.2.0", "description": "TiDB Cloud Serverless Driver", "main": "./dist/index.cjs", "module": "./dist/index.js", diff --git a/src/version.ts b/src/version.ts index 18ff035..12d84aa 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const Version = '0.1.1' +export const Version = '0.2.0'