Skip to content

Commit 8c45654

Browse files
committed
[update]upgrade version to 3.6.0-EAP
1 parent 9005945 commit 8c45654

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'kotlin'
2020
apply plugin: 'org.jetbrains.intellij'
2121

2222
group 'wu.seal'
23-
version '3.5.1'
23+
version '3.6.0-EAP'
2424

2525
intellij {
2626
version '2017.1'

src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,11 @@
4848

4949
<change-notes><![CDATA[
5050
<br>Bugs fix </br>
51-
<br>1. fix option :Keep Annotation and property in single line</br>
5251
<br>New Features </br>
53-
<br>1. AndroidX @Keep Annotation support</br>
54-
<br>2. Support Init with default JSON value</br>
55-
<br>3. Make dot to be word separate character</br>
52+
<br>1. Normal Class support</br>
53+
<br>2. Dynamic plugin load support</br>
5654
<br>Note:</br>
57-
<a href="https://github.com/wuseal/JsonToKotlinClass/milestone/11"> detail update</a></br>
55+
<a href="https://github.com/wuseal/JsonToKotlinClass/milestone/10"> detail update</a></br>
5856
]]>
5957
</change-notes>
6058

0 commit comments

Comments
 (0)