diff --git a/pom.xml b/pom.xml
index 66eb642..9c934e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.github.houbb
sensitive-word
- 0.2.0
+ 0.2.1
diff --git a/release.bat b/release.bat
index 463f219..25c7ada 100644
--- a/release.bat
+++ b/release.bat
@@ -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
:::: 项目名称