From 1ca4969c38f552d423e8a6fcef8b9b6bd718ffed Mon Sep 17 00:00:00 2001 From: licoy Date: Sun, 25 Jun 2023 12:57:59 +0800 Subject: [PATCH] feat: release v1.3.8 --- README.md | 2 +- README_EN.md | 2 +- README_JA.md | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 30704456..f47f5ea9 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ docker run -d --name midjourney-proxy \ -e mj.discord.user-token=xxx \ -e mj.discord.bot-token=xxx \ --restart=always \ - novicezk/midjourney-proxy:2.2.3 + novicezk/midjourney-proxy:2.3 ``` #### Railway > Railway是一个提供弹性部署方案的平台,服务在海外,方便MidJourney的调用。 diff --git a/README_EN.md b/README_EN.md index 4cb11802..d92c7168 100644 --- a/README_EN.md +++ b/README_EN.md @@ -76,7 +76,7 @@ docker run -d --name midjourney-proxy \ -e mj.discord.user-token=xxx\ -e mj.discord.bot-token=xxx\ --restart=always \ - novicezk/midjourney-proxy:2.2.3 + novicezk/midjourney-proxy:2.3 ``` #### Railway > Railway is a platform that provides flexible deployment solutions. The service is overseas, which is convenient for MidJourney to call. diff --git a/README_JA.md b/README_JA.md index df8e9daf..12fab705 100644 --- a/README_JA.md +++ b/README_JA.md @@ -74,7 +74,7 @@ docker run -d --name midjourney-proxy \ -e mj.discord.user-token=xxx\ -e mj.discord.bot-token=xxx\ --restart=always \ - novicezk/midjourney-proxy:2.2.3 + novicezk/midjourney-proxy:2.3 ``` #### Railway > Railway は、柔軟な展開ソリューションを提供するプラットフォームです。サービスは海外にあり、MidJourney が call するのに便利です。 diff --git a/package.json b/package.json index 66b01896..4a73dd7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chatgpt-midjourney", - "version": "1.3.7", + "version": "1.3.8", "private": false, "license": "Anti 996", "scripts": {