From e4a07995034b226946ff94df87b4069c7e35cd0a Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Fri, 29 Nov 2024 18:37:02 +0530 Subject: [PATCH] feat(package): bump version --- package.json | 2 +- src/utils/files.ts | 1 + ui/package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0368b21..3fce442 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "perplexica-backend", - "version": "1.10.0-rc1", + "version": "1.10.0-rc2", "license": "MIT", "author": "ItzCrazyKns", "scripts": { diff --git a/src/utils/files.ts b/src/utils/files.ts index 3e7a134..e6e91df 100644 --- a/src/utils/files.ts +++ b/src/utils/files.ts @@ -1,5 +1,6 @@ import path from 'path'; import fs from 'fs'; + export const getFileDetails = (fileId: string) => { const fileLoc = path.join( process.cwd(), diff --git a/ui/package.json b/ui/package.json index 6e4fc42..bdda684 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "perplexica-frontend", - "version": "1.10.0-rc1", + "version": "1.10.0-rc2", "license": "MIT", "author": "ItzCrazyKns", "scripts": {