We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e00c5f commit b35e097Copy full SHA for b35e097
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>html2pdf</artifactId>
13
- <version>1.1.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
14
15
<name>pdfHTML</name>
16
<description>pdfHTML is an iText 7 add-on that lets you to parse (X)HTML snippets and the associated CSS and converts
src/main/java/com/itextpdf/html2pdf/Html2PdfProductInfo.java
@@ -53,7 +53,7 @@ public class Html2PdfProductInfo {
53
public static final String PRODUCT_NAME = "pdfHtml";
54
55
/** The major version number. */
56
- public static final int MAJOR_VERSION = 1;
+ public static final int MAJOR_VERSION = 2;
57
58
/** The minor version number. */
59
public static final int MINOR_VERSION = 0;
0 commit comments