From 58881357a24afb17c107d9ca990994df90675be2 Mon Sep 17 00:00:00 2001 From: "Brian M. Carlson" Date: Tue, 22 Oct 2013 13:19:48 -0500 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ef25402..26a4ebdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pg-query-stream", - "version": "0.1.1", + "version": "0.1.2", "description": "Postgres query result returned as readable stream", "main": "index.js", "scripts": {