From 8bae6933a8ec37fb59c9914a330bca32ad9ca360 Mon Sep 17 00:00:00 2001 From: Jhonny Mertz Date: Sun, 15 Mar 2020 12:48:28 -0300 Subject: [PATCH] fixing version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7886489..c84dae4 100644 --- a/README.md +++ b/README.md @@ -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.11-RELEASE' + compile 'com.github.jhonnymertz:java-wkhtmltopdf-wrapper:1.1.12-RELEASE' } ```