diff --git a/README.md b/README.md
index 59817e1..32ffc21 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
| 稳定版 | 主要变动 | 发布日期 |
| ------------- | ------------- | ------------|
-| 1.2.1 | 引入量身定制的spring-boot-starter | 2022/04/15 |
+| 1.2.2 | 引入量身定制的spring-boot-starter | 2022/04/16 |
| 1.1.6 | 引入另一种开箱即用的GUID获取策略,可根据IP地址末段自动获取GUID | 2022/03/21 |
| 1.1.5 | 提升了核心组件的健壮性 | 2022/01/25 |
@@ -27,7 +27,7 @@
com.stun4j
stun4j-guid-core
- 1.2.1
+ 1.2.2
```
#### 或者
@@ -36,7 +36,7 @@
com.stun4j.boot
stun4j-guid-spring-boot-starter
- 1.2.1
+ 1.2.2
```
### 方式2:通过源码构建
diff --git a/README_en_US.md b/README_en_US.md
index f2d747e..6181695 100644
--- a/README_en_US.md
+++ b/README_en_US.md
@@ -6,7 +6,7 @@
| Stable Release Version | Major change | Release Date |
| ------------- | ------------- | ------------|
-| 1.2.1 | Introduced customized spring-boot-starter | 04/15/2022 |
+| 1.2.2 | Introduced customized spring-boot-starter | 04/16/2022 |
| 1.1.6 | Another out-of-box GUID acquisition strategy is introduced, which can automatically obtain the GUID based on the end of the IP address | 03/21/2022 |
| 1.1.5 | Improved robustness of core components | 01/25/2022 |
@@ -25,7 +25,7 @@ Stun4J-Guid is deployed at sonatypes open source maven repository. You can get i
com.stun4j
stun4j-guid-core
- 1.2.1
+ 1.2.2
```
#### Or
@@ -34,7 +34,7 @@ Stun4J-Guid is deployed at sonatypes open source maven repository. You can get i
com.stun4j.boot
stun4j-guid-spring-boot-starter
- 1.2.1
+ 1.2.2
```
### Method 2: Building from the sources