diff --git a/package-lock.json b/package-lock.json index 92d7481f..29b32ada 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@datastax/astra-db-ts", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@datastax/astra-db-ts", - "version": "1.0.2", + "version": "1.1.0", "license": "Apache-2.0", "dependencies": { "bson-objectid": "^2.0.4", diff --git a/package.json b/package.json index c17a8db8..24ff8899 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@datastax/astra-db-ts", - "version": "1.0.2", + "version": "1.1.0", "description": "Astra DB TS Client", "contributors": [ "Kavin Gupta (https://github.com/toptobes)", diff --git a/src/version.ts b/src/version.ts index 67fd9a8f..106ad805 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ export const LIB_NAME = 'astra-db-ts'; -export const LIB_VERSION = "1.0.2"; +export const LIB_VERSION = "1.1.0";