Skip to content

Commit 5d415d1

Browse files
committed
upgrade version to 3.0.1
1 parent 60e325b commit 5d415d1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'kotlin'
2020
apply plugin: 'org.jetbrains.intellij'
2121

2222
group 'wu.seal'
23-
version '3.0'
23+
version '3.0.1'
2424

2525
intellij {
2626
version '2017.1'

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747

4848

4949
<change-notes><![CDATA[
50-
<br>Add Support Loading JSON From Paster/Local File/Http URL</br>
51-
<br>Add Extension Module for easy extension</br>
50+
<br>Update User Interface</br>
51+
<br>Optimize User Experience</br>
5252
<br> Fix bugs </br>
5353
]]>
5454
</change-notes>
@@ -87,4 +87,5 @@
8787
<implementation-class>wu.seal.jsontokotlin.JsonToKotlinApplication</implementation-class>
8888
</component>
8989
</application-components>
90+
<version/>
9091
</idea-plugin>

0 commit comments

Comments
 (0)