From 8cb0babba6eab1cabf2d51c7ccd04051ddaff153 Mon Sep 17 00:00:00 2001 From: Brian White Date: Tue, 29 Oct 2013 22:28:42 -0400 Subject: [PATCH] bump version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 57cfb2d..e2f4764 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "imap", - "version": "0.8.3", + "version": "0.8.4", "author": "Brian White ", "description": "An IMAP module for node.js that makes communicating with IMAP servers easy", "main": "./lib/Connection", "dependencies": { "utf7": "1.0.0", - "readable-stream": "1.1.7" + "readable-stream": "1.1.9" }, "scripts": { "test": "node test/test.js"