diff --git a/api/package.json b/api/package.json index af23ae5456..0e62fedf1b 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "chat-backend", - "version": "0.4.6", + "version": "0.4.7", "description": "", "main": "server/index.js", "scripts": { diff --git a/client/package.json b/client/package.json index b93ddefa12..d40b830035 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "chat-frontend", - "version": "0.4.6", + "version": "0.4.7", "description": "", "scripts": { "build": "vite build", diff --git a/package-lock.json b/package-lock.json index b5c57774cf..8cda5bf1a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chatgpt-clone", - "version": "0.4.6", + "version": "0.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "chatgpt-clone", - "version": "0.4.6", + "version": "0.4.7", "license": "ISC", "workspaces": [ "api", @@ -35,7 +35,7 @@ }, "api": { "name": "chat-backend", - "version": "0.4.6", + "version": "0.4.7", "license": "ISC", "dependencies": { "@dqbd/tiktoken": "^1.0.2", @@ -76,7 +76,7 @@ }, "client": { "name": "chat-frontend", - "version": "0.4.6", + "version": "0.4.7", "license": "ISC", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.4.0", diff --git a/package.json b/package.json index 5b5fcdf1f7..0fc05f2889 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chatgpt-clone", - "version": "0.4.6", + "version": "0.4.7", "description": "", "workspaces": [ "api",