summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorscottmotte <scott@scottmotte.com>2014-02-17 12:00:08 -0800
committerscottmotte <scott@scottmotte.com>2014-02-17 12:00:08 -0800
commit643e2d9bbcb2913626eb435a9603a9ad98cb915d (patch)
tree218768a0ac2166cb910c851a1e5d583dde97f31c /README.md
parentfb3534ac3a7598119776644369589a053b418284 (diff)
downloadsendgrid-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index da27362..30e149e 100644
--- a/README.md
+++ b/README.md
@@ -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.
[![BuildStatus](https://travis-ci.org/sendgrid/sendgrid-nodejs.png?branch=master)](https://travis-ci.org/sendgrid/sendgrid-nodejs)
[![NPM version](https://badge.fury.io/js/sendgrid.png)](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"
}
}
```