Skip to content

Commit

Permalink
update: update to 1.04, fix some bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dengzhiyuan committed Aug 22, 2018
1 parent cb541c7 commit 763d00c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'org.jetbrains.intellij'
apply plugin: 'java'

group 'com.github.mustfun'
version '1.0.3'
version '1.0.4'

sourceCompatibility = 1.8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public MybatisConfigurable() {

@Override
public String getId() {
return "Mybatis";
return "Mybatis Plugin Free";
}

@Override
Expand Down
6 changes: 5 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/mustfun/mybatis-plugin-free">
<id>com.github.mustfun.plugin.mybatis</id>
<name>MyBatis Plugin Free</name>
<version>1.0.3</version>
<version>1.0.4</version>
<vendor email="[email protected]" url="https://github.com/mustfun">mustfun</vendor>

<description><![CDATA[
Expand All @@ -10,6 +10,10 @@
]]></description>

<change-notes><![CDATA[
<h4>1.0.4</h4>
<ul>
<li>fix some bug</li>
</ul>
<h4>1.0.3</h4>
<ul>
<li>Navigation (Jump to symbol like dao or xml)</li>
Expand Down

0 comments on commit 763d00c

Please sign in to comment.