chore: bump version to 0.4.1 in package.json files (#222)

feat: update docker-compose.yml to use latest image from docker hub
This commit is contained in:
Danny Avila 2023-05-09 17:57:04 -04:00 committed by GitHub
parent 4b94af0429
commit 03d871316a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

4
api/package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "chatgpt-clone",
"version": "0.4.0",
"version": "0.4.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "chatgpt-clone",
"version": "0.4.0",
"version": "0.4.1",
"license": "ISC",
"dependencies": {
"@dqbd/tiktoken": "^1.0.2",

View file

@ -1,6 +1,6 @@
{
"name": "chatgpt-clone",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"main": "server/index.js",
"scripts": {