bump version

fork
Brian White 13 years ago
parent c8a95325f0
commit 375fae406b

@ -1,4 +1,4 @@
Copyright 2010 Brian White. All rights reserved.
Copyright Brian White. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to

@ -1,9 +1,10 @@
{ "name": "imap",
"version": "0.2.0",
"version": "0.2.1",
"author": "Brian White <mscdex@mscdex.net>",
"description": "An IMAP module for node.js that makes communicating with IMAP servers easy",
"main": "./imap",
"engines": { "node" : ">=0.4.0" },
"keywords": [ "imap", "mail", "email", "reader", "client" ],
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/node-imap/raw/master/LICENSE" } ],
"repository" : { "type": "git", "url": "http://github.com/mscdex/node-imap.git" }
}
Loading…
Cancel
Save