From ddd189b359a652aca71ca4fea9056a3e80baa3b7 Mon Sep 17 00:00:00 2001 From: brianc Date: Thu, 14 Apr 2011 23:13:21 -0500 Subject: [PATCH] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39cfa93e..fb430416 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "pg", - "version": "0.3.2", + "version": "0.3.3", "description": "PostgreSQL client - pure javascript & libpq with the same API", "keywords" : ["postgres", "pg", "libpq", "postgre", "database", "rdbms"], "homepage": "http://github.com/brianc/node-postgres",