Skip to content

Commit

Permalink
Version bump 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Oct 1, 2013
1 parent a69e95d commit 60ebb66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ Add the following to your `package.json` file:
...
"dependencies": {
...
"sendgrid": "0.3.0"
"sendgrid": "0.3.1"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -9,7 +9,7 @@
],
"name": "sendgrid",
"description": "A NodeJS implementation of the SendGrid Api.",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "http://sendgrid.com",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion test/lib/sendgrid.test.js
Expand Up @@ -19,7 +19,7 @@ describe('SendGrid', function () {
});

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

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

0 comments on commit 60ebb66

Please sign in to comment.