From abc567ec3f1f6b08d79a18e5b3670fc725403fa1 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Sat, 31 May 2014 14:51:59 -0700 Subject: [PATCH] bump patch version for repository field The `repository` field was added in commit `8a9a49e1f84a06eb84606298aef9d0bccc6608ef`, but the version number was not incremented, so `npm publish` was not possible --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e290aad..c4839fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "log", "description": "Tiny logger with streaming reader", - "version": "1.4.0", + "version": "1.4.1", "author": "TJ Holowaychuk ", "keywords": [ "log",