From 3fb176f94a465e41c77ab08eddab8ae265eb99ca Mon Sep 17 00:00:00 2001 From: hlmd Date: Sun, 6 Feb 2022 00:09:25 +0800 Subject: [PATCH] 9.12.2 --- LOCAL.md | 4 ++-- README.md | 4 ++-- php/common.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LOCAL.md b/LOCAL.md index 387a4c1..aeb4044 100644 --- a/LOCAL.md +++ b/LOCAL.md @@ -1,7 +1,7 @@ # Postman 汉化 -当前支持版本:9.12.0 -更新时间:2022-01-26 +当前支持版本:9.12.2 +更新时间:2022-02-06 直接汉化请看:[README](README.md) ## 目录 diff --git a/README.md b/README.md index 6640a05..4e5e017 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Postman 中文版 -最新中文版本:9.12.0 -更新时间:2022-02-04 +最新中文版本:9.12.2 +更新时间:2022-02-06 本地部署汉化请看:[本地部署](LOCAL.md) 汉化请按照下面[步骤](#步骤): diff --git a/php/common.php b/php/common.php index 986da7f..00200f6 100644 --- a/php/common.php +++ b/php/common.php @@ -9,7 +9,7 @@ # 应用程序 const APP_NAME = 'Postman'; // 名称 const APP_IMAGE = './images/app.png'; // 图片 -const APP_VERSION = '9.12.0'; // 版本 +const APP_VERSION = '9.12.2'; // 版本 # 路径配置 const APP_PATH = 'D:/App/Network/Postman/Install/app-' . APP_VERSION . '/resources/app/'; // 应用程序根目录