1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Bump version to fix hostname bug.

This commit is contained in:
Matt Ranney
2010-09-22 13:31:16 -07:00
parent 6c36ed09c0
commit 9df5bbd97c

View File

@@ -1,10 +1,11 @@
{ "name" : "redis",
"version" : "0.2.2",
"version" : "0.2.3",
"description" : "Redis client library",
"author": "Matt Ranney <mjr@ranney.com>",
"contributors": [
"TJ Holowaychuk",
"Tim-Smart"
"Tim-Smart",
"Orion Henry"
],
"main": "./index.js",
"scripts": {