release branch 0.3.2

This commit is contained in:
binbin.hou
2023-06-07 22:49:53 +08:00
parent 77b617dc3d
commit f2a1d5cc3c
3 changed files with 5 additions and 3 deletions

View File

@@ -161,3 +161,5 @@
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|:---|:-----|:--------|:--------------------|:-------|
| 1 | O | 中文繁简体样式 | 2023-06-07 23:51:58 | 调整实现策略 |
| 2 | A | 代码结构优化 | 2023-06-07 23:51:58 | 调整实现策略 |

View File

@@ -6,7 +6,7 @@
<groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
<properties>
<!--============================== All Plugins START ==============================-->

View File

@@ -10,9 +10,9 @@ ECHO "============================= RELEASE START..."
:: 版本号信息(需要手动指定)
:::: 旧版本名称
SET version=0.3.1
SET version=0.3.2
:::: 新版本名称
SET newVersion=0.3.2
SET newVersion=0.3.3
:::: 组织名称
SET groupName=com.github.houbb
:::: 项目名称