Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhihang committed Nov 7, 2022
1 parent ec6f318 commit a86b5f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'com.liuzhihang'
version '1.3.3'
version '1.3.4'

JavaVersion.VERSION_11

Expand Down
8 changes: 4 additions & 4 deletions parts/changeNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@

<h4>English introduction</h4>
<ul>
<li>1.3.3
<li>1.3.4
<ol>
<li>Directory tree null pointer fix</li>
<li>Fixed a problem where generics could not convert real objects when parameters were generic</li>
</ol>
</li>
<li><a href="https://github.com/liuzhihang/doc-view/blob/master/doc/ChangeNotes.md">More records</a></li>
</ul>
<h4>中文介绍</h4>
<ul>
<li>1.3.3
<li>1.3.4
<ol>
<li>目录树空指针修复</li>
<li>修复参数带有泛型时,泛型无法转换真正对象的问题 </li>
</ol>
</li>
<li><a href="https://github.com/liuzhihang/doc-view/blob/master/doc/ChangeNotes.md">更多记录</a></li>
Expand Down

0 comments on commit a86b5f5

Please sign in to comment.