From 2bcb115dfea22152888f87fd6e5fea0f83317fea Mon Sep 17 00:00:00 2001 From: Olivier Audard Date: Thu, 12 Jun 2014 21:39:34 +0200 Subject: [PATCH] Bump version to 0.4.0 Also update README with lastest changes --- README.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f2c213..1770a68 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,10 @@ In lieu of a formal styleguide, take care to maintain the existing coding style. - *v0.1.0*: First Release - *v0.2.0*: Fixed compatibility with grunt 0.4 - *v0.3.0*: grunt-wkhtmltopdf is now a multi-task - + - *v0.4.0*: + - Update project config files to work with Grunt 0.4 + - Update wkthmltopdf task to use Grunt 0.4 multi-task API + - Improve predictability of the destination for created PDFs ## License Copyright (c) 2012 Olivier Audard Licensed under the MIT license. diff --git a/package.json b/package.json index 925f2a0..4b0888f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-wkhtmltopdf", "description": "Grunt Task that uses wkhtmltopdf to convert HTML files to PDF", - "version": "0.3.0", + "version": "0.4.0", "homepage": "http://www.dhar.fr/grunt-wkhtmltopdf/", "author": { "name": "Olivier Audard",