Skip to content

Commit

Permalink
Version bump v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiezane committed Nov 8, 2014
1 parent 5282abd commit ba9b32b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4",
"version": "1.3.0",
"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.4");
expect(sendgrid.version).to.equal("1.3.0");
});

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

0 comments on commit ba9b32b

Please sign in to comment.