release branch 0.2.1

This commit is contained in:
binbin.hou
2023-02-17 12:56:17 +08:00
parent ba997d6925
commit 4686b10c26
2 changed files with 3 additions and 3 deletions

View File

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

View File

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