Skip to content

Commit

Permalink
feat(package): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzCrazyKns committed Nov 29, 2024
1 parent fdb3d09 commit e4a0799
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perplexica-backend",
"version": "1.10.0-rc1",
"version": "1.10.0-rc2",
"license": "MIT",
"author": "ItzCrazyKns",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/utils/files.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import path from 'path';
import fs from 'fs';

export const getFileDetails = (fileId: string) => {
const fileLoc = path.join(
process.cwd(),
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perplexica-frontend",
"version": "1.10.0-rc1",
"version": "1.10.0-rc2",
"license": "MIT",
"author": "ItzCrazyKns",
"scripts": {
Expand Down

0 comments on commit e4a0799

Please sign in to comment.