Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
suusan2go committed Nov 28, 2019
1 parent 1765ed2 commit 91121c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repositories {
}

group 'com.github.suusan2go.kotlin-fill-class'
version '1.0.0'
version '1.0.1'

sourceCompatibility = 1.8

Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
]]></description>

<change-notes><![CDATA[
Add support for Non primitive type constructor.
Change collection fill from "empty" to "of".
<a target="_blank" href="https://github.com/suusan2go/kotlin-fill-class/issues/26">Don't add default value for enum/abstract/sealed classes #26</a>
<a target="_blank" href="https://github.com/suusan2go/kotlin-fill-class/issues/28">Don't suggest for Java #28</a>
<a target="_blank" href="https://github.com/suusan2go/kotlin-fill-class/issues/27">Add import directives #27</a>
]]>
</change-notes>

Expand Down

0 comments on commit 91121c7

Please sign in to comment.