Skip to content

Commit

Permalink
Release Version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seal committed Feb 7, 2018
1 parent d7be29b commit 6793127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>wu.seal.tool.jsontokotlin</id>
<name>JsonToKotlinClass</name>
<version>1.6</version>
<version>1.6.1</version>
<vendor email="[email protected]" url="https://www.github.com/wuseal">Seal</vendor>

<description><![CDATA[
Expand All @@ -14,8 +14,8 @@
]]></description>

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

Expand Down
2 changes: 1 addition & 1 deletion src/wu/seal/jsontokotlin/JsonToKotlinApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import wu.seal.jsontokotlin.statistics.sendHistoryActionInfo
* Created by Seal.wu on 2017/8/21.
*/

const val PLUGIN_VERSION = "1.6"
const val PLUGIN_VERSION = "1.6.1"

class JsonToKotlinApplication : ApplicationComponent {

Expand Down

0 comments on commit 6793127

Please sign in to comment.