From 9df5bbd97c8c4e6b1e935e1367676c1f80a6a917 Mon Sep 17 00:00:00 2001 From: Matt Ranney Date: Wed, 22 Sep 2010 13:31:16 -0700 Subject: [PATCH] Bump version to fix hostname bug. --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 573c24071b..8613b82b8b 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name" : "redis", - "version" : "0.2.2", + "version" : "0.2.3", "description" : "Redis client library", "author": "Matt Ranney ", "contributors": [ "TJ Holowaychuk", - "Tim-Smart" + "Tim-Smart", + "Orion Henry" ], "main": "./index.js", "scripts": {