From 0ec2528c3f3f9761d16ffe353a6b592fd3ea3408 Mon Sep 17 00:00:00 2001 From: Rodrigo Dumont Date: Thu, 13 Mar 2014 12:49:03 -0300 Subject: [PATCH] Release v1.4.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e2444e..df9bcbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "releasy", - "version": "1.4.1", + "version": "1.4.2", "description": "CLI tool to release node applications with tag and auto semver bump", "main": "libs/releasy.js", "bin": "bin/releasy.js",