Skip to content

Commit

Permalink
更新版本说明
Browse files Browse the repository at this point in the history
  • Loading branch information
liufei committed Apr 1, 2019
1 parent 539edf8 commit 46e65bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,7 @@ CREATE TABLE `pre_test2` (
> * 支持配置mapper后缀
> * bug fix.
> * v1.0.4
> * 更改生成代码支持为mybatis-plus 3.1.0 的package路径
> * bug fix.
6 changes: 3 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>codeAppend</id>
<name>codeAppend</name>
<version>1.0.3</version>
<version>1.0.4</version>
<vendor email="[email protected]">IamRealGod</vendor>

<description><![CDATA[
Expand All @@ -13,9 +13,9 @@

<change-notes><![CDATA[
<p>
v1.0.3
v1.0.4
<ul>
<li>support config mapper suffix.</li>
<li>support to mybatis-plus v3.1.0 .</li>
<li>bug fix.</li>
</ul>
</p>
Expand Down

0 comments on commit 46e65bd

Please sign in to comment.