Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fluorumlabs committed Dec 9, 2021
1 parent 40e6c64 commit ab3a5c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ same DOM tree with exactly same classes, meaning that you can use it right away
<dependency>
<groupId>com.github.fluorumlabs</groupId>
<artifactId>asciidocj</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.fluorumlabs</groupId>
<artifactId>asciidocj</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<name>asciidocj</name>
<description>Fast lightweight lexer-based Asciidoc to HTML/Jsoup renderer</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ public ParserException(String message) {

/**
* Constructs a new exception with the specified cause and a detail
* message of <tt>(cause==null ? null : cause.toString())</tt> (which
* typically contains the class and detail message of <tt>cause</tt>).
* message of {@literal (cause==null ? null : cause.toString())} (which
* typically contains the class and detail message of {@literal cause}).
* This constructor is useful for exceptions that are little more than
* wrappers for other throwables (for example, {@link
* PrivilegedActionException}).
*
* @param cause the cause (which is saved for later retrieval by the
* {@link #getCause()} method). (A <tt>null</tt> value is
* {@link #getCause()} method). (A {@literal null} value is
* permitted, and indicates that the cause is nonexistent or
* unknown.)
* @since 1.4
Expand Down

0 comments on commit ab3a5c3

Please sign in to comment.