Skip to content

Commit

Permalink
docs: 1.2.2 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
stun4j committed Apr 16, 2022
1 parent a50c6e3 commit bf885b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.stun4j</groupId>
<artifactId>stun4j-guid-core</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```
#### 或者
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>com.stun4j.boot</groupId>
<artifactId>stun4j-guid-spring-boot-starter</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```
### 方式2:通过源码构建
Expand Down
6 changes: 3 additions & 3 deletions README_en_US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand All @@ -25,7 +25,7 @@ Stun4J-Guid is deployed at sonatypes open source maven repository. You can get i
<dependency>
<groupId>com.stun4j</groupId>
<artifactId>stun4j-guid-core</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```
#### Or
Expand All @@ -34,7 +34,7 @@ Stun4J-Guid is deployed at sonatypes open source maven repository. You can get i
<dependency>
<groupId>com.stun4j.boot</groupId>
<artifactId>stun4j-guid-spring-boot-starter</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>
```
### Method 2: Building from the sources
Expand Down

0 comments on commit bf885b5

Please sign in to comment.