Skip to content

Commit

Permalink
版本号修改
Browse files Browse the repository at this point in the history
  • Loading branch information
xkzhangsan committed Sep 11, 2021
1 parent d0584ce commit 2dbf0e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ xk-time is a tool for time conversion, time calculation, time formatting, time p
<dependency>
<groupId>com.github.xkzhangsan</groupId>
<artifactId>xk-time</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
</dependency>
Mini版本不包含 time nlp 功能,更简洁。
<dependency>
<groupId>com.github.xkzhangsan</groupId>
<artifactId>xk-time</artifactId>
<version>3.2.1.Mini</version>
<version>3.2.2.Mini</version>
</dependency>
### 1.2 Gradle
compile group: 'com.github.xkzhangsan', name: 'xk-time', version: '3.2.1'
compile group: 'com.github.xkzhangsan', name: 'xk-time', version: '3.2.2'
### 注意:Android谨慎使用,Android端因为需要兼容低版本而不支持Java8,建议继续使用其他工具,如果有需要本项目相关的功能,可以参考源码实现,或留言给我。感谢支持!

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.xkzhangsan</groupId>
<artifactId>xk-time</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<packaging>jar</packaging>
<name>xk-time</name>
<url>https://github.com/xkzhangsan/xk-time</url>
Expand Down

0 comments on commit 2dbf0e0

Please sign in to comment.