diff --git a/package-lock.json b/package-lock.json index e9edfb76c2..5252d599db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45218,7 +45218,7 @@ }, "packages/data-provider": { "name": "librechat-data-provider", - "version": "0.7.84", + "version": "0.7.85", "license": "ISC", "dependencies": { "axios": "^1.8.2", diff --git a/packages/data-provider/package.json b/packages/data-provider/package.json index 8cf848dcf0..ce14a8caa5 100644 --- a/packages/data-provider/package.json +++ b/packages/data-provider/package.json @@ -1,6 +1,6 @@ { "name": "librechat-data-provider", - "version": "0.7.84", + "version": "0.7.85", "description": "data services for librechat apps", "main": "dist/index.js", "module": "dist/index.es.js", diff --git a/packages/data-provider/src/config.ts b/packages/data-provider/src/config.ts index 55562f4f85..8894bfbd2f 100644 --- a/packages/data-provider/src/config.ts +++ b/packages/data-provider/src/config.ts @@ -1313,7 +1313,7 @@ export enum Constants { /** Key for the app's version. */ VERSION = 'v0.7.8', /** Key for the Custom Config's version (librechat.yaml). */ - CONFIG_VERSION = '1.2.5', + CONFIG_VERSION = '1.2.6', /** Standard value for the first message's `parentMessageId` value, to indicate no parent exists. */ NO_PARENT = '00000000-0000-0000-0000-000000000000', /** Standard value for the initial conversationId before a request is sent */