From 8174883e4f717b25dcc3a2348b25f15f503f01b5 Mon Sep 17 00:00:00 2001 From: brianc Date: Tue, 15 Mar 2011 23:06:04 -0500 Subject: [PATCH] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 95f7d46..7bcac03 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "pg", - "version": "0.3.0", + "version": "0.3.1", "description": "PostgreSQL client - pure javascript & libpq with the same API", "keywords" : ["postgres", "pg", "libpq", "postgre", "database", "rdbms"], "homepage": "http://github.com/brianc/node-postgres",