Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Apr 10, 2011
1 parent c8a9532 commit 375fae4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{ "name": "imap",
"version": "0.2.0",
"version": "0.2.1",
"author": "Brian White <[email protected]>",
"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" }
}

0 comments on commit 375fae4

Please sign in to comment.