From 260df2ffd0a3863c6f348e42654f5abb565a54ba Mon Sep 17 00:00:00 2001 From: Brian White Date: Wed, 10 Oct 2012 05:37:07 -0400 Subject: [PATCH] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49f8bfb..7a279e9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "imap", - "version": "0.5.2", + "version": "0.6.0", "author": "Brian White ", "description": "An IMAP module for node.js that makes communicating with IMAP servers easy", "main": "./lib/imap",