Skip to content

Commit

Permalink
修改格式
Browse files Browse the repository at this point in the history
  • Loading branch information
whoismy8023 committed Dec 9, 2020
1 parent 2d60c37 commit 2fa27af
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = 'cn.wuzhizhan.idea.mybatis'
version = '2020.12.08'
version = '2020.12.09'

apply plugin: 'java'
sourceCompatibility = 1.8
Expand All @@ -38,7 +38,12 @@ intellij {
}
patchPluginXml {
changeNotes """
<h4>2020.12.18</h4>
<h4>2020.12.09</h4>
<ul>
<li>修改过期的方法</li>
<li>修正笔误</li>
</ul>
<h4>2020.12.08</h4>
<ul>
<li>修复新版API不兼容问题</li>
</ul>
Expand Down

0 comments on commit 2fa27af

Please sign in to comment.