Update version

This commit is contained in:
JohnHake 2020-02-10 07:09:56 -08:00
parent cd4c76ec22
commit d7e595cdf1

View File

@ -8,7 +8,7 @@
<name>SDK Conditional Operator Converter</name> <name>SDK Conditional Operator Converter</name>
<!-- The version of this plugin --> <!-- The version of this plugin -->
<version>1.4.0</version> <version>2.0.0</version>
<!-- Compatible with the following versions of IntelliJ Platform --> <!-- Compatible with the following versions of IntelliJ Platform -->
<idea-version since-build="191"/> <idea-version since-build="191"/>
@ -26,6 +26,7 @@
<change-notes> <change-notes>
<![CDATA[ <![CDATA[
<ul> <ul>
<li><b>2.0.0</b> Convert to Gradle.</li>
<li><b>1.4.0</b> Refactor resources, general cleanup.</li> <li><b>1.4.0</b> Refactor resources, general cleanup.</li>
<li><b>1.3.0</b> Release 2018.3 and earlier.</li> <li><b>1.3.0</b> Release 2018.3 and earlier.</li>
</ul> </ul>