From 4f907de87c40e1083715709c8521279803058578 Mon Sep 17 00:00:00 2001 From: bmc Date: Wed, 23 Jan 2013 22:46:30 -0600 Subject: [PATCH] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0919ce23..a29f938d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "pg", - "version": "0.11.3", + "version": "0.12.0", "description": "PostgreSQL client - pure javascript & libpq with the same API", "keywords" : ["postgres", "pg", "libpq", "postgre", "database", "rdbms"], "homepage": "http://github.com/brianc/node-postgres",