Skip to content

Commit fd7fb21

Browse files
committed
Use 1.0.0 as version
1 parent 6e4d9fd commit fd7fb21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

change-notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
2-
<h2>0.1.0</h2>
2+
<h2>1.0.0</h2>
33
<ul>
44
<li>Initial version</li>
55
<li>Code completion for <code>target</code> and <code>source</code> in <code>@Mapping</code> and <code>@ValueMapping</code></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 = 0.0.1-SNAPSHOT
13+
pluginVersion = 1.0.0-SNAPSHOT
1414

1515
publishPluginId =
1616
publishUsername =

0 commit comments

Comments
 (0)