Skip to content

Commit 8a9537f

Browse files
bump version nr
1 parent 055b57c commit 8a9537f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-githooks v0.3.2
1+
# grunt-githooks v0.4.0
22

33
[![Build Status](https://travis-ci.org/wecodemore/grunt-githooks.png?branch=master)](https://travis-ci.org/wecodemore/grunt-githooks)
44
[![Code Climate](https://codeclimate.com/github/wecodemore/grunt-githooks.png)](https://codeclimate.com/github/wecodemore/grunt-githooks)
@@ -230,6 +230,7 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
230230

231231
## Release History
232232

233+
- 2015-02-08 v0.4.0 Pipe stdout for live updates
233234
- 2014-07-30 v0.3.2 Moved from @rhumaric to @wecodemore, updated default Nodejs template, updated badges
234235
- 2013-12-17 v0.3.1 [Escaping fix in the hooks templates](https://github.com/wecodemore/grunt-githooks/pull/15) by @gyoshev.
235236
- 2013-11-13 v0.3.0 New *command* option to specify which command to run, in case full path to Grunt is needed. NodeJS template now uses new `escapeBackslashes` helper to make sure backslashes ('\') are properly escaped when written in the hook

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-githooks",
33
"description": "A Grunt plugin to help bind Grunt tasks to Git hooks",
4-
"version": "0.3.2",
4+
"version": "0.4.0",
55
"homepage": "https://github.com/rhumaric/grunt-githooks",
66
"author": {
77
"name": "Romaric Pascal",

0 commit comments

Comments
 (0)