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

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": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",

View file

@ -1,6 +1,6 @@
{
"name": "chatgpt-clone",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"type": "module",
"scripts": {