diff --git a/README.md b/README.md index 07748611b..3d093c31f 100644 --- a/README.md +++ b/README.md @@ -101,9 +101,8 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443: ### 版本更新 0.14.2 -* 加入TgClient插件 -* 网站防篡改程序(测试中) -* Docker(测试中) +* 安装优化,针对oracle中的curl库优化。 +* PHP的Composer安装优化。 ### JSDelivr安装地址 diff --git a/class/core/config_api.py b/class/core/config_api.py index d7f07be4b..d8c7f17fe 100755 --- a/class/core/config_api.py +++ b/class/core/config_api.py @@ -27,7 +27,7 @@ from flask import request class config_api: - __version = '0.14.2' + __version = '0.14.3' __api_addr = 'data/api.json' def __init__(self):