Skip to content

Commit

Permalink
v1.2.12 修复星宿方位错误。
Browse files Browse the repository at this point in the history
  • Loading branch information
6tail committed Nov 20, 2021
1 parent ee2d381 commit 868aaac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lunar是一款无第三方依赖的公历(阳历)和农历(阴历、老黄历)
<dependency>
<groupId>cn.6tail</groupId>
<artifactId>lunar</artifactId>
<version>1.2.11</version>
<version>1.2.12</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lunar is a calendar library for Solar and Chinese Lunar.
<dependency>
<groupId>cn.6tail</groupId>
<artifactId>lunar</artifactId>
<version>1.2.11</version>
<version>1.2.12</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>cn.6tail</groupId>
<artifactId>lunar</artifactId>
<packaging>jar</packaging>
<version>1.2.11</version>
<version>1.2.12</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>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/nlf/calendar/util/LunarUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ public class LunarUtil{
put("鬼","南");
put("娄","西");
put("牛","北");
put("氐","");
put("氐","");
put("柳","南");
put("胃","西");
put("女","北");
Expand Down

0 comments on commit 868aaac

Please sign in to comment.