Skip to content

Commit

Permalink
Merge pull request #132 from sendgrid/fix_request_version
Browse files Browse the repository at this point in the history
Version bump 1.2.1
  • Loading branch information
eddiezane committed Oct 9, 2014
2 parents c4cda4a + 5615776 commit 142f7a0
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 169 deletions.
205 changes: 38 additions & 167 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": "Official SendGrid NodeJS library.",
"version": "1.2.0",
"version": "1.2.1",
"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 @@ -15,7 +15,7 @@ describe('SendGrid', function () {
});

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

it('should attach a options object to self', function() {
Expand Down

0 comments on commit 142f7a0

Please sign in to comment.