Skip to content

Commit

Permalink
new release info and fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonnymertz authored and Jhonny Mertz committed Feb 7, 2019
1 parent dd67d04 commit fd472d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you are using Gradle/Maven, see example below:
In your `build.gradle`:
```groovy
dependencies {
compile 'com.github.jhonnymertz:java-wkhtmltopdf-wrapper:1.1.8-RELEASE'
compile 'com.github.jhonnymertz:java-wkhtmltopdf-wrapper:1.1.9-RELEASE'
}
```

Expand All @@ -26,7 +26,7 @@ In your `pom.xml`:
<dependency>
<groupId>com.github.jhonnymertz</groupId>
<artifactId>java-wkhtmltopdf-wrapper</artifactId>
<version>1.1.8-RELEASE</version>
<version>1.1.9-RELEASE</version>
</dependency>
```

Expand Down Expand Up @@ -69,9 +69,8 @@ pdf.saveAs("output.pdf");
```

### wkhtmltopdf exit codes
------------
wkhtmltopdf may return non-zero exit codes to denote warnings, you can now set the Pdf
object to allow this:

wkhtmltopdf may return non-zero exit codes to denote warnings, you can now set the Pdf object to allow this:
```
Pdf pdf = new Pdf(wc);
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.jhonnymertz</groupId>
<artifactId>java-wkhtmltopdf-wrapper</artifactId>
<version>1.1.8-RELEASE</version>
<version>1.1.9-RELEASE</version>
<packaging>jar</packaging>

<name>Java WkHtmlToPdf Wrapper</name>
Expand Down

0 comments on commit fd472d1

Please sign in to comment.