Skip to content

Commit

Permalink
Version bump 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jul 22, 2013
1 parent 008d6d3 commit 82e358a
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 34 deletions.
74 changes: 42 additions & 32 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"name": "sendgrid",
"description": "A NodeJS implementation of the SendGrid Api.",
"version": "0.2.10",
"version": "0.2.11",
"homepage": "http://sendgrid.com",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion test/lib/sendgrid.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('SendGrid', function () {
});

it('version should be set', function() {
expect(sendgrid.version).to.equal("0.2.10");
expect(sendgrid.version).to.equal("0.2.11");
});

describe('#send', function() {
Expand Down

0 comments on commit 82e358a

Please sign in to comment.