Skip to content

Commit 63acd67

Browse files
Gijsadrienbaron
authored andcommitted
change to patch version, and update changelog.
1 parent 173530e commit 63acd67

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ intellij {
2525
}
2626

2727
group 'com.axellience'
28-
version '0.3.0'
28+
version '0.2.1'
2929

3030
repositories {
3131
mavenCentral()
32-
}
32+
}

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.axellience.vuegwt</id>
33
<name>Vue GWT</name>
4-
<version>0.3.0</version>
4+
<version>0.2.1</version>
55
<vendor email="support@axellience.com" url="http://www.genmymodel.com">Axellience</vendor>
66

77
<description><![CDATA[
@@ -22,6 +22,11 @@
2222
]]></description>
2323

2424
<change-notes><![CDATA[
25+
<strong>v0.2.1</strong>
26+
<ul>
27+
<li>Upgraded for compatibility with IU-212+</li>
28+
</ul>
29+
<br/>
2530
<strong>v0.2.0</strong>
2631
<ul>
2732
<li>Change template recompiling handling to run the Java compiler instead of just touching the Java file</li>
@@ -106,4 +111,4 @@
106111

107112
<fileDocumentManagerListener implementation="com.axellience.vuegwtplugin.VueGWTFileWatcher" />
108113
</extensions>
109-
</idea-plugin>
114+
</idea-plugin>

0 commit comments

Comments
 (0)