Skip to content

Commit e2b6749

Browse files
author
Mark Schmale
committed
0.2.4
1 parent d11048d commit e2b6749

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ intellij {
3030
}
3131

3232
group 'de.uniorg'
33-
version '0.2.3'
33+
version '0.2.4'

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>de.uniorg.ui5helper</id>
33
<name>UI5 Helper</name>
4-
<version>0.2.3</version>
4+
<version>0.2.4</version>
55
<vendor email="m.schmale@uniorg.de" url="http://www.uniorg.de">UNIORG Solutions GmbH</vendor>
66

77
<description><![CDATA[
@@ -17,6 +17,7 @@
1717
<li>Controller: Go To (XML)View</li>
1818
<li>Collapse the controller name in the XMLView</li>
1919
<li>complete target names in manifest.json</li>
20+
<li>Provide API Docs in XMLView</li>
2021
</ul>
2122
2223
<h3>Things that will (or will not) come:</h3>

0 commit comments

Comments
 (0)