From 1b41f3c0708027509eddabe16eeebeed0add3013 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Thu, 20 Mar 2014 14:43:38 +0100 Subject: [PATCH] Update wkhtmltopdf to 0.12 See https://github.com/wkhtmltopdf/wkhtmltopdf/releases/tag/0.12.0 --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index e45bd10c..2d9f17ac 100644 --- a/README.markdown +++ b/README.markdown @@ -69,8 +69,8 @@ If you want to download wkhtmltopdf and wkhtmltoimage with composer you add to ` ```json { "require": { - "h4cc/wkhtmltopdf-i386": "0.11.0-RC1", - "h4cc/wkhtmltoimage-i386": "0.11.0-RC1" + "h4cc/wkhtmltopdf-i386": "0.12.x", + "h4cc/wkhtmltoimage-i386": "0.12.x" } } ``` @@ -80,8 +80,8 @@ or this if you are in 64 bit based system: ```json { "require": { - "h4cc/wkhtmltopdf-amd64": "0.11.0-RC1", - "h4cc/wkhtmltoimage-amd64": "0.11.0-RC1" + "h4cc/wkhtmltopdf-amd64": "0.12.x", + "h4cc/wkhtmltoimage-amd64": "0.12.x" } } ```