We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cd746 commit c226ca0Copy full SHA for c226ca0
change-notes.html
@@ -1,4 +1,8 @@
1
<html>
2
+<h2>1.0.1</h2>
3
+<ul>
4
+ <li>Bug fix: Properly handle methods with less than 3 characters</li>
5
+</ul>
6
<h2>1.0.0</h2>
7
<ul>
8
<li>Initial version</li>
gradle.properties
@@ -10,7 +10,7 @@ runGenerators = true
10
11
pluginGroup = org.mapstruct
12
pluginName = mapstruct-intellij
13
-pluginVersion = 1.0.1-SNAPSHOT
+pluginVersion = 1.0.1
14
15
publishPluginId =
16
publishUsername =
0 commit comments