Skip to content
This repository was archived by the owner on Oct 9, 2021. It is now read-only.

Commit 739e2f5

Browse files
authored
Updated the plugin.xml for version 0.2.0 (#137)
1 parent 4b692ed commit 739e2f5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<idea-plugin version="2">
1818
<id>io.t28.json2java</id>
1919
<name>Json2Java4Idea</name>
20-
<version>0.1.0</version>
20+
<version>0.2.0</version>
2121
<vendor email="t28oogle@gmail.com" url="https://github.com/t28hub">T28</vendor>
2222

2323
<description><![CDATA[
@@ -26,6 +26,11 @@
2626
</description>
2727

2828
<change-notes><![CDATA[
29+
<p><b>0.2.0:</b></p>
30+
<ul>
31+
<li>Added annotation style settings <a href="https://github.com/t28hub/json2java4idea/issues/129">#129</a></li>
32+
<li>Fixed transition from dialog</li>
33+
</ul>
2934
<p><b>0.1.0:</b></p>
3035
<ul>
3136
<li>Initial release.</li>

0 commit comments

Comments
 (0)