Skip to content

Commit

Permalink
Release 0.7.4
Browse files Browse the repository at this point in the history
Updated regex to support git < 1.9.1
  • Loading branch information
mrkmg committed Jun 30, 2016
1 parent 55f4f18 commit 1386509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Generate a release for a project following semver using nodejs and gitflow
[![Generate Release on NPM](https://img.shields.io/npm/v/generate-release.svg?style=flat-square)](https://www.npmjs.com/package/generate-release)
[![Generate Release uses the MIT](https://img.shields.io/npm/l/generate-release.svg?style=flat-square)](https://opensource.org/licenses/MIT)

Current Version: 0.7.3
Current Version: 0.7.4

Requires NodeJS v4.0.0 or greater

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generate-release",
"version": "0.7.3",
"version": "0.7.4",
"description": "Generate a release using git-glow",
"engines": {
"node": ">=4.0.0"
Expand Down

0 comments on commit 1386509

Please sign in to comment.