Skip to content

Commit

Permalink
chore: 1.1.1 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
stun4j committed Apr 15, 2021
1 parent 8b6ef97 commit 6aa877c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

| Stable Release Version | JDK Version compatibility | Release Date |
| ------------- | ------------- | ------------|
| 1.1.1 | 1.8+ | 04/15/2021 |
| 1.1.0 | 1.8+ | 04/12/2021 |
| 1.0.4 | 1.8+ | 10/30/2020 |
| 1.0.3.1 | 1.8+ | 09/22/2020 |

## Feature
* Global unique id-generating,fully distributed(treat system-process as minimal working unit,hence,the id-gen is fully workable,even in the pseudo-cluster environment)
Expand All @@ -26,7 +26,7 @@ Stun4J-Guid is deployed at sonatypes open source maven repository. You can pull
<dependency>
<groupId>com.stun4j</groupId>
<artifactId>stun4j-guid</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

| 稳定版 | JDK版本兼容性 | 发布日期 |
| ------------- | ------------- | ------------|
| 1.1.1 | 1.8+ | 04/15/2021 |
| 1.1.0 | 1.8+ | 04/12/2021 |
| 1.0.4 | 1.8+ | 10/30/2020 |
| 1.0.3.1 | 1.8+ | 09/22/2020 |


## 功能特性
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.stun4j</groupId>
<artifactId>stun4j-guid</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.stun4j</groupId>
<artifactId>stun4j-guid</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>

<name>Stun4J Guid</name>
<description>Global unique id generator,distributed,ultra fast,easy to use</description>
Expand Down

0 comments on commit 6aa877c

Please sign in to comment.