From 494c167960571e08e4744fcb88540d9d1fed2883 Mon Sep 17 00:00:00 2001 From: brianc Date: Fri, 12 Aug 2011 01:17:42 -0500 Subject: [PATCH] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 66919f06..f4341282 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "pg", - "version": "0.5.3", + "version": "0.5.4", "description": "PostgreSQL client - pure javascript & libpq with the same API", "keywords" : ["postgres", "pg", "libpq", "postgre", "database", "rdbms"], "homepage": "http://github.com/brianc/node-postgres",