Skip to content

Commit cfc2df4

Browse files
committed
update: 更新版本1.4.5
1 parent 425aab9 commit cfc2df4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div align="center">
44

5-
![Version](https://img.shields.io/badge/version-1.4.4-blue.svg)
5+
![Version](https://img.shields.io/badge/version-1.4.5-blue.svg)
66
![Python](https://img.shields.io/badge/python-3.11-blue.svg)
77
![FastAPI](https://img.shields.io/badge/FastAPI-0.109.0-green.svg)
88
![React](https://img.shields.io/badge/react-18.3.1-blue.svg)

backend/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# 应用配置
99
# ==========================================
1010
APP_NAME=MuMuAINovel
11-
APP_VERSION=1.4.4
11+
APP_VERSION=1.4.5
1212
APP_HOST=0.0.0.0
1313
APP_PORT=8000
1414
DEBUG=false

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "1.4.4",
4+
"version": "1.4.5",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)