feat(package): bump version

This commit is contained in:
ItzCrazyKns 2024-05-07 19:40:14 +05:30
parent e042ff491b
commit 74d1df7d25
No known key found for this signature in database
GPG Key ID: 8162927C7CCE3065
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{
"name": "perplexica-backend",
"version": "1.3.4",
"version": "1.4.0",
"license": "MIT",
"author": "ItzCrazyKns",
"scripts": {
"start": "node dist/app.js",
"build": "tsc",
"dev": "nodemon src/app.ts",
"dev": "nodemon src/app.ts" ,
"format": "prettier . --check",
"format:write": "prettier . --write"
},

View File

@ -1,6 +1,6 @@
{
"name": "perplexica-frontend",
"version": "1.3.4",
"version": "1.4.0",
"license": "MIT",
"author": "ItzCrazyKns",
"scripts": {