Skip to content

Commit c226ca0

Browse files
committed
Bug fix 1.0.1 release
1 parent 75cd746 commit c226ca0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

change-notes.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<html>
2+
<h2>1.0.1</h2>
3+
<ul>
4+
<li>Bug fix: Properly handle methods with less than 3 characters</li>
5+
</ul>
26
<h2>1.0.0</h2>
37
<ul>
48
<li>Initial version</li>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runGenerators = true
1010

1111
pluginGroup = org.mapstruct
1212
pluginName = mapstruct-intellij
13-
pluginVersion = 1.0.1-SNAPSHOT
13+
pluginVersion = 1.0.1
1414

1515
publishPluginId =
1616
publishUsername =

0 commit comments

Comments
 (0)