Skip to content

Commit 6793127

Browse files
author
seal
committed
Release Version 1.6.1
1 parent d7be29b commit 6793127

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

resources/META-INF/plugin.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>wu.seal.tool.jsontokotlin</id>
33
<name>JsonToKotlinClass</name>
4-
<version>1.6</version>
4+
<version>1.6.1</version>
55
<vendor email="[email protected]" url="https://www.github.com/wuseal">Seal</vendor>
66

77
<description><![CDATA[
@@ -14,8 +14,8 @@
1414
]]></description>
1515

1616
<change-notes><![CDATA[
17-
1.Add new converter option :None (camel case) in converter tab.<br>
18-
2.Add new inner class model generation in other tab.<br>
17+
1.Beautify UI for Mac OS </br>
18+
2.Fixed a bug with comment option</br>
1919
]]>
2020
</change-notes>
2121

src/wu/seal/jsontokotlin/JsonToKotlinApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import wu.seal.jsontokotlin.statistics.sendHistoryActionInfo
1010
* Created by Seal.wu on 2017/8/21.
1111
*/
1212

13-
const val PLUGIN_VERSION = "1.6"
13+
const val PLUGIN_VERSION = "1.6.1"
1414

1515
class JsonToKotlinApplication : ApplicationComponent {
1616

0 commit comments

Comments
 (0)