We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a3f3cd commit 98a5e0aCopy full SHA for 98a5e0a
build.gradle
@@ -20,7 +20,7 @@ apply plugin: 'kotlin'
20
apply plugin: 'org.jetbrains.intellij'
21
22
group 'wu.seal'
23
-version '2.2.3-EAP'
+version '2.2.4-EAP'
24
25
intellij {
26
version '2017.1'
src/main/resources/META-INF/plugin.xml
@@ -47,7 +47,8 @@
47
<change-notes><![CDATA[
48
<br>Sort property order by Alphabetical</br>
49
<br>Add Moshi (auto codege) annotation option</br>
50
- <br>Make keyword property valid</br>
+ <br>Make keyword property valid</br>
51
+ <br> Fix bugs </br>
52
]]>
53
</change-notes>
54
0 commit comments