From 731913faaf3bd67ef469c34d852a1b58a342a7a8 Mon Sep 17 00:00:00 2001 From: xiamuceer Date: Tue, 6 Jan 2026 16:38:31 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=ACv1.2?= =?UTF-8?q?.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/.env.example | 2 +- frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/.env.example b/backend/.env.example index 8af732d..7dbf653 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -8,7 +8,7 @@ # 应用配置 # ========================================== APP_NAME=MuMuAINovel -APP_VERSION=1.2.5 +APP_VERSION=1.2.6 APP_HOST=0.0.0.0 APP_PORT=8000 DEBUG=false diff --git a/frontend/package.json b/frontend/package.json index 5164cdd..aeed285 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "1.2.5", + "version": "1.2.6", "type": "module", "scripts": { "dev": "vite",