Skip to content

Commit

Permalink
[RELEASE] pdfHTML 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iText-CI committed Jul 20, 2023
1 parent ecfe35a commit bd7af94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>8.0.1-SNAPSHOT</version>
<version>8.0.1</version>
<relativePath />
</parent>

<artifactId>html2pdf</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.1</version>

<name>pdfHTML</name>
<description>pdfHTML is an iText add-on that lets you to parse (X)HTML snippets and the associated CSS and converts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This file is part of the iText (R) project.
*/
public final class PdfHtmlProductData {
private static final String PDF_HTML_PUBLIC_PRODUCT_NAME = "pdfHTML";
private static final String PDF_HTML_VERSION = "5.0.1-SNAPSHOT";
private static final String PDF_HTML_VERSION = "5.0.1";
private static final int PDF_HTML_COPYRIGHT_SINCE = 2000;
private static final int PDF_HTML_COPYRIGHT_TO = 2023;

Expand Down

0 comments on commit bd7af94

Please sign in to comment.