From 760a2aad119a93ec81f220536dbcc5090db66361 Mon Sep 17 00:00:00 2001 From: brianc Date: Wed, 21 Sep 2011 14:35:38 -0500 Subject: [PATCH] npm package version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea8b0a0a..3f6b7e52 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "pg", - "version": "0.5.6", + "version": "0.5.7", "description": "PostgreSQL client - pure javascript & libpq with the same API", "keywords" : ["postgres", "pg", "libpq", "postgre", "database", "rdbms"], "homepage": "http://github.com/brianc/node-postgres",