feat(package): bump version

This commit is contained in:
ItzCrazyKns 2024-11-29 18:37:02 +05:30
parent fdb3d09d12
commit e4a0799503
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "perplexica-backend", "name": "perplexica-backend",
"version": "1.10.0-rc1", "version": "1.10.0-rc2",
"license": "MIT", "license": "MIT",
"author": "ItzCrazyKns", "author": "ItzCrazyKns",
"scripts": { "scripts": {

View File

@ -1,5 +1,6 @@
import path from 'path'; import path from 'path';
import fs from 'fs'; import fs from 'fs';
export const getFileDetails = (fileId: string) => { export const getFileDetails = (fileId: string) => {
const fileLoc = path.join( const fileLoc = path.join(
process.cwd(), process.cwd(),

View File

@ -1,6 +1,6 @@
{ {
"name": "perplexica-frontend", "name": "perplexica-frontend",
"version": "1.10.0-rc1", "version": "1.10.0-rc2",
"license": "MIT", "license": "MIT",
"author": "ItzCrazyKns", "author": "ItzCrazyKns",
"scripts": { "scripts": {