diff --git a/package.json b/package.json index 0ed0ecb..a241120 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "imap", - "version": "0.8.6", + "version": "0.8.7", "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.9" + "readable-stream": "1.1.x" }, "scripts": { "test": "node test/test.js"