From ad8bf626d10970941f1b41e5ea5c227334ab8482 Mon Sep 17 00:00:00 2001 From: rhumaric Date: Sat, 5 Oct 2013 13:05:30 +0100 Subject: [PATCH] Bumped version to 0.2.0 --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61f2b38..56d78b9 100644 --- a/README.md +++ b/README.md @@ -200,5 +200,6 @@ In lieu of a formal styleguide, take care to maintain the existing coding style. ## Release History - + + - 2013-10-05 v0.2.0 New *args* option to specify arguments to hooked task. Bugfix to allow running grunt when the Gruntfile is not at the root of the project. - 2013-09-02 v0.1.0 Initial functionnalities diff --git a/package.json b/package.json index 0badc4d..dcb5888 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-githooks", "description": "A Grunt plugin to help bind Grunt tasks to Git hooks", - "version": "0.1.0", + "version": "0.2.0", "homepage": "https://github.com/rhumaric/grunt-githooks", "author": { "name": "Romaric Pascal",