Skip to content

Commit

Permalink
updated Nodemailer version
Browse files Browse the repository at this point in the history
  • Loading branch information
keverw committed Sep 9, 2012
1 parent 1319e11 commit e1da644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,14 +2,14 @@
"author": "Kevin Whitman (https://github.com/keverw)",
"name": "mailkit",
"description": "A simple but powerful email wrapper around Nodemailer.",
"version": "0.1.4",
"version": "0.1.5",
"repository": {
"type": "git",
"url": "https://github.com/keverw/mailkit"
},
"main": "mailkit.js",
"dependencies": {
"nodemailer": "0.3.20",
"nodemailer": "0.3.26",
"basictemplate" : "0.1.8"
},
"devDependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions readme.md
@@ -1,4 +1,4 @@
#MailKit 0.1.4#
#MailKit 0.1.5#

A simple but powerful email wrapper around [Nodemailer](https://github.com/andris9/Nodemailer).

Expand Down Expand Up @@ -254,4 +254,4 @@ Currently cupported services are:
Predefined service data covers `host`, `port` and secure connection settings, any other parameters (ie. `auth`) need to be set separately.

##Credits##
This is based on Nodemailer 0.3.20, and some of this readme is copied from it's docs.
This is based on Nodemailer 0.3.26, and some of this readme is copied from it's docs.

0 comments on commit e1da644

Please sign in to comment.