diff options
author | scottmotte <scott@scottmotte.com> | 2014-02-17 12:00:08 -0800 |
---|---|---|
committer | scottmotte <scott@scottmotte.com> | 2014-02-17 12:00:08 -0800 |
commit | 643e2d9bbcb2913626eb435a9603a9ad98cb915d (patch) | |
tree | 218768a0ac2166cb910c851a1e5d583dde97f31c /README.md | |
parent | fb3534ac3a7598119776644369589a053b418284 (diff) | |
download | sendgrid-nodejs-1.0.1.zip sendgrid-nodejs-1.0.1.tar.gz sendgrid-nodejs-1.0.1.tar.bz2 |
Version bump 1.0.1v1.0.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ This nodejs module allows you to quickly and easily send emails through SendGrid using [nodejs](http://nodejs.org/). -WARNING: This module was recently upgraded from [0.4.x](https://github.com/sendgrid/sendgrid-nodejs/tree/v0.4.6) to 1.0.0. There were API breaking changes for various method names. See [usage](https://github.com/sendgrid/sendgrid-nodejs#usage) for up to date method names. +WARNING: This module was recently upgraded from [0.4.x](https://github.com/sendgrid/sendgrid-nodejs/tree/v0.4.6) to 1.0.1. There were API breaking changes for various method names. See [usage](https://github.com/sendgrid/sendgrid-nodejs#usage) for up to date method names. [](https://travis-ci.org/sendgrid/sendgrid-nodejs) [](http://badge.fury.io/js/sendgrid) @@ -31,7 +31,7 @@ Add the following to your `package.json` file: ... "dependencies": { ... - "sendgrid": "1.0.0" + "sendgrid": "1.0.1" } } ``` |