From 6bea0390f884ef402545a5032a13fdedac0ae66c Mon Sep 17 00:00:00 2001 From: brianc Date: Tue, 6 Mar 2012 19:10:00 -0600 Subject: [PATCH] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07d312d9..e647a0b3 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "pg", - "version": "0.6.13", + "version": "0.6.14", "description": "PostgreSQL client - pure javascript & libpq with the same API", "keywords" : ["postgres", "pg", "libpq", "postgre", "database", "rdbms"], "homepage": "http://github.com/brianc/node-postgres",