diff --git a/package-lock.json b/package-lock.json index 3306b40f..d084781c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@datastax/astra-db-ts", - "version": "0.1.4", + "version": "1.0.0-alpha.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@datastax/astra-db-ts", - "version": "0.1.4", + "version": "1.0.0-alpha.1", "license": "Apache-2.0", "dependencies": { "axios": "^1.6.7", diff --git a/package.json b/package.json index ee399220..0890a897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@datastax/astra-db-ts", - "version": "0.1.4", + "version": "1.0.0-alpha.1", "description": "Astra DB TS Client", "contributors": [ "Kavin Gupta (https://github.com/toptobes)", diff --git a/src/version.ts b/src/version.ts index 14e57eb0..921026ab 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ export const LIB_NAME = 'astra-db-ts'; -export const LIB_VERSION = "0.1.4"; +export const LIB_VERSION = "1.0.0-alpha.1";