Skip to content

Commit 658e064

Browse files
committed
Bump version to v0.2.0
1 parent bfcacac commit 658e064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{ "name": "imap",
2-
"version": "0.1.0",
2+
"version": "0.2.0",
33
"author": "Brian White <mscdex@mscdex.net>",
44
"description": "An IMAP module for node.js that makes communicating with IMAP servers easy",
55
"main": "./imap",
6-
"engines": { "node" : ">=0.2.4" },
6+
"engines": { "node" : ">=0.4.0" },
77
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/node-imap/raw/master/LICENSE" } ],
88
"repository" : { "type": "git", "url": "http://github.com/mscdex/node-imap.git" }
99
}

0 commit comments

Comments
 (0)