From bc71000334a3ca81f54a2f38d356e677f0d728d9 Mon Sep 17 00:00:00 2001 From: bmc Date: Thu, 21 Feb 2013 20:45:15 -0600 Subject: [PATCH] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d169a1c2..fcab7dda 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "pg", - "version": "0.12.3", + "version": "0.13.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",