diff options
-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() { |