1
0
mirror of synced 2025-11-06 05:00:34 +08:00

v1.7.0 修复每日宜忌错别字。

This commit is contained in:
6tail
2025-02-12 19:43:52 +08:00
parent 6dbf70186d
commit 0d226722d6
5 changed files with 7 additions and 4 deletions

View File

@@ -19,3 +19,6 @@
1. 修复九星错别字。
2. 优化每日宜忌算法。
3. 去除每日宜忌的重复项。
## [1.7.0] - 2025-02-12
1. 修复每日宜忌错别字。

View File

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

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.4.0</version>
<version>1.7.0</version>
</dependency>
```

View File

@@ -7,7 +7,7 @@
<groupId>cn.6tail</groupId>
<artifactId>lunar</artifactId>
<packaging>jar</packaging>
<version>1.4.0</version>
<version>1.7.0</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>

File diff suppressed because one or more lines are too long