1
0
mirror of synced 2026-02-22 21:07:59 +08:00

v1.1.8 修复计算精度问题。

This commit is contained in:
6tail
2020-10-25 00:06:18 +08:00
parent c7cd454f2d
commit df6119c19e
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ lunar is a calendar library for Solar and Chinese Lunar.
<dependency>
<groupId>cn.6tail</groupId>
<artifactId>lunar</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
</dependency>
```