diff --git a/package-lock.json b/package-lock.json index 0a8fd69..c00f200 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "portkey-ai", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "portkey-ai", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "dependencies": { "agentkeepalive": "^4.5.0", diff --git a/package.json b/package.json index 0b1b3bd..97ca2ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "portkey-ai", - "version": "1.1.3", + "version": "1.1.4", "description": "Node client library for the Portkey API", "types": "dist/src/index.d.ts", "main": "dist/src/index.js", diff --git a/src/version.ts b/src/version.ts index fa29a02..9f63da9 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = "1.1.1"; \ No newline at end of file +export const VERSION = "1.1.4"; \ No newline at end of file