Skip to content

Commit

Permalink
bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Knoedlseder committed Oct 27, 2024
1 parent f038aa3 commit 432f10b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>de.jsilbereisen</groupId>
<artifactId>perfumator-java</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<packaging>jar</packaging>

<developers>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public static Builder builder(@NotNull Locale locale) {
* as it is used by the <i><b>Perfumator</b></i> by default.<br/>
* List of settings that are changed, compared to the default {@link ParserConfiguration}:
* <ul>
* <li>Language level: 11 (default) -&gt; 17</li>
* <li>Language level: 21</li>
* <li>Do NOT Capture empty line comments: {@code true} -&gt; {@code false}</li>
* </ul>
*
Expand Down

0 comments on commit 432f10b

Please sign in to comment.