From 375fae406b771cf0dc71cda080f236af3b674f87 Mon Sep 17 00:00:00 2001 From: Brian White Date: Sat, 9 Apr 2011 23:52:37 -0400 Subject: [PATCH] bump version --- LICENSE | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 221b08d..290762e 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/package.json b/package.json index b32f5bb..af76ec3 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,10 @@ { "name": "imap", - "version": "0.2.0", + "version": "0.2.1", "author": "Brian White ", "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" } } \ No newline at end of file