diff options
author | scottmotte <scott@scottmotte.com> | 2013-07-22 19:57:59 +0000 |
---|---|---|
committer | scottmotte <scott@scottmotte.com> | 2013-07-22 19:57:59 +0000 |
commit | 21cbabbafce4e9c6ba773bb7ee9e7ae5cdf493da (patch) | |
tree | a5d7949c67297e60652b29817b13731a53c99a25 | |
parent | d543d204ec23a5e3b2628ff0c7de25a17ca179d6 (diff) | |
download | sendgrid-nodejs-21cbabbafce4e9c6ba773bb7ee9e7ae5cdf493da.zip sendgrid-nodejs-21cbabbafce4e9c6ba773bb7ee9e7ae5cdf493da.tar.gz sendgrid-nodejs-21cbabbafce4e9c6ba773bb7ee9e7ae5cdf493da.tar.bz2 |
Version bump v0.2.10v0.2.10
-rw-r--r-- | npm-shrinkwrap.json | 2 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | test/lib/sendgrid.test.js | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ff8e0ae..bab06fd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "sendgrid", - "version": "0.2.9", + "version": "0.2.10", "dependencies": { "underscore": { "version": "1.4.4", diff --git a/package.json b/package.json index da18fca..37ec376 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ ], "name": "sendgrid", "description": "A NodeJS implementation of the SendGrid Api.", - "version": "0.2.9", + "version": "0.2.10", "homepage": "http://sendgrid.com", "repository": { "type": "git", diff --git a/test/lib/sendgrid.test.js b/test/lib/sendgrid.test.js index 66deca0..6f9f41b 100644 --- a/test/lib/sendgrid.test.js +++ b/test/lib/sendgrid.test.js @@ -25,7 +25,7 @@ describe('SendGrid', function () { }); it('version should be set', function() { - expect(sendgrid.version).to.equal("0.2.9"); + expect(sendgrid.version).to.equal("0.2.10"); }); describe('#send', function() { |