Skip to content

Commit

Permalink
Version bump v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious committed Jul 24, 2015
1 parent 24116d4 commit b57b32c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add the following to your `package.json` file:
...
"dependencies": {
...
"sendgrid": "^1.9.1"
"sendgrid": "^1.9.2"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"name": "sendgrid",
"description": "Official SendGrid NodeJS library.",
"version": "1.9.1",
"version": "1.9.2",
"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 @@ -12,7 +12,7 @@ var nock = require('nock');
describe('SendGrid', function () {
it('version should be set', function() {
var sendgrid = SendGrid(API_USER, API_KEY);
expect(sendgrid.version).to.equal("1.9.1");
expect(sendgrid.version).to.equal("1.9.2");
});

it('should be an instance of SendGrid', function() {
Expand Down

0 comments on commit b57b32c

Please sign in to comment.