Skip to content

Commit 4617161

Browse files
authored
Merge pull request #803 from midoks/dev
0.18.4
2 parents 19f9390 + ffed4f5 commit 4617161

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,9 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443:
108108
```
109109

110110

111-
### 版本更新 0.18.2
111+
### 版本更新 0.18.4
112112

113-
- 备份目录功能支持排除目录。
114-
- 其他细节优化。
113+
- 国内安装优化。
115114

116115
### JSDelivr安装地址
117116

web/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# 应用程序版本号组件
1414
APP_RELEASE = 0
1515
APP_REVISION = 18
16-
APP_SMALL_VERSION = 3
16+
APP_SMALL_VERSION = 4
1717

1818
# 应用程序版本后缀,例如"beta1"、"dev"。通常为空字符串GA发布
1919
APP_SUFFIX = ''

0 commit comments

Comments
 (0)