From 438a2000a766dd6f34dd1b1d1c6bb67afad10614 Mon Sep 17 00:00:00 2001 From: Guilherme Rodrigues Date: Tue, 4 Feb 2014 18:07:48 -0200 Subject: [PATCH] Release v1.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 91472be..5e2444e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "releasy", - "version": "1.4.0", + "version": "1.4.1", "description": "CLI tool to release node applications with tag and auto semver bump", "main": "libs/releasy.js", "bin": "bin/releasy.js",