Skip to content

Commit b35e097

Browse files
committed
Updated version to 2.0.0-SNAPSHOT
1 parent 8e00c5f commit b35e097

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>html2pdf</artifactId>
13-
<version>1.1.0-SNAPSHOT</version>
13+
<version>2.0.0-SNAPSHOT</version>
1414

1515
<name>pdfHTML</name>
1616
<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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class Html2PdfProductInfo {
5353
public static final String PRODUCT_NAME = "pdfHtml";
5454

5555
/** The major version number. */
56-
public static final int MAJOR_VERSION = 1;
56+
public static final int MAJOR_VERSION = 2;
5757

5858
/** The minor version number. */
5959
public static final int MINOR_VERSION = 0;

0 commit comments

Comments
 (0)