From 44ab3b81f7a0957d6560060a4a72b85be0f051af Mon Sep 17 00:00:00 2001 From: Brian White Date: Thu, 13 Feb 2014 14:37:49 -0500 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25a55bb..5898a84 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "imap", - "version": "0.8.8", + "version": "0.8.9", "author": "Brian White ", "description": "An IMAP module for node.js that makes communicating with IMAP servers easy", "main": "./lib/Connection",