Skip to content

Commit e4a0799

Browse files
committed
feat(package): bump version
1 parent fdb3d09 commit e4a0799

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perplexica-backend",
3-
"version": "1.10.0-rc1",
3+
"version": "1.10.0-rc2",
44
"license": "MIT",
55
"author": "ItzCrazyKns",
66
"scripts": {

src/utils/files.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import path from 'path';
22
import fs from 'fs';
3+
34
export const getFileDetails = (fileId: string) => {
45
const fileLoc = path.join(
56
process.cwd(),

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perplexica-frontend",
3-
"version": "1.10.0-rc1",
3+
"version": "1.10.0-rc2",
44
"license": "MIT",
55
"author": "ItzCrazyKns",
66
"scripts": {

0 commit comments

Comments
 (0)