diff --git a/README.md b/README.md index a1b9922..6599b8b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This fork: Gradle: ```groovy -compile 'io.woo:htmltopdf:1.0.9.6' +compile 'io.woo:htmltopdf:1.0.9.7' ``` Maven: @@ -28,7 +28,7 @@ Maven: com.github.MagentaHealth htmltopdf-java - 1.0.9.6 + 1.0.9.7 ``` diff --git a/build.gradle b/build.gradle index 145cf21..88add39 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group 'io.woo' -version '1.0.9.6' +version '1.0.9.7' apply plugin: 'java' apply plugin: 'maven' diff --git a/pom.xml b/pom.xml index 40857cb..7ae6c93 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.github.MagentaHealth htmltopdf-java - 1.0.9.6 + 1.0.9.7 diff --git a/src/main/resources/wkhtmltox/0.12.6/libwkhtmltox.ubuntu.jammy.amd64.so b/src/main/resources/wkhtmltox/0.12.6/libwkhtmltox.ubuntu.jammy.amd64.so new file mode 100644 index 0000000..0c12fde Binary files /dev/null and b/src/main/resources/wkhtmltox/0.12.6/libwkhtmltox.ubuntu.jammy.amd64.so differ diff --git a/src/main/resources/wkhtmltox/0.12.6/libwkhtmltox.ubuntu.jammy.arm64.so b/src/main/resources/wkhtmltox/0.12.6/libwkhtmltox.ubuntu.jammy.arm64.so new file mode 100644 index 0000000..ad32de0 Binary files /dev/null and b/src/main/resources/wkhtmltox/0.12.6/libwkhtmltox.ubuntu.jammy.arm64.so differ