1
0
mirror of synced 2026-02-28 15:58:02 +08:00

v1.3.2 修复阳历推移错误的问题。

This commit is contained in:
6tail
2023-02-20 21:16:33 +08:00
parent 8fb86c0887
commit 60dde2c619
5 changed files with 69 additions and 29 deletions

View File

@@ -16,7 +16,7 @@ lunar是一款无第三方依赖的公历(阳历)、农历(阴历、老黄历)
<dependency>
<groupId>cn.6tail</groupId>
<artifactId>lunar</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
```