1
0
mirror of synced 2025-12-11 07:59:29 +08:00

v1.1.4 增加获取节气名、上一气令、下一气令、当天节气、当天节令、当天气令的方法;节气对象增加判断是节令还是气令的方法。

This commit is contained in:
6tail
2020-10-12 22:58:35 +08:00
parent fba9a85135
commit 60634d7cd8
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<groupId>cn.6tail</groupId>
<artifactId>lunar</artifactId>
<packaging>jar</packaging>
<version>1.1.3</version>
<version>1.1.4</version>
<name>${project.groupId}:${project.artifactId}</name>
<url>https://github.com/6tail/lunar-java</url>
<description>a calendar library for Solar and Chinese Lunar</description>