Skip to content

Commit

Permalink
release: v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Licoy committed Mar 6, 2024
1 parent 32899a5 commit 86d7cde
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ docker run -d -p 3000:3000 \
-e MJ_SERVER_ID="" \
-e MJ_CHANNEL_ID="" \
-e MJ_USER_TOKEN="" \
licoy/chatgpt-midjourney:v3.2.2
licoy/chatgpt-midjourney:v3.2.3
```
### Vercel
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FLicoy%2FChatGPT-Midjourney&env=OPENAI_API_KEY&env=MJ_SERVER_ID&env=MJ_CHANNEL_ID&env=MJ_USER_TOKEN&env=CODE&project-name=chatgpt-midjourney&repository-name=ChatGPT-Midjourney)
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ docker run -d -p 3000:3000 \
-e MJ_SERVER_ID="" \
-e MJ_CHANNEL_ID="" \
-e MJ_USER_TOKEN="" \
licoy/chatgpt-midjourney:v3.2.2
licoy/chatgpt-midjourney:v3.2.3
```
### Vercel
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FLicoy%2FChatGPT-Midjourney&env=OPENAI_API_KEY&env=MJ_SERVER_ID&env=MJ_CHANNEL_ID&env=MJ_USER_TOKEN&env=CODE&project-name=chatgpt-midjourney&repository-name=ChatGPT-Midjourney)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-midjourney",
"version": "3.2.2",
"version": "3.2.3",
"private": false,
"license": "MIT",
"repository": {
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "ChatGPT-Midjourney",
"version": "3.2.2"
"version": "3.2.3"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 86d7cde

Please sign in to comment.