Skip to content

Commit

Permalink
Version bump 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Nov 7, 2013
1 parent 1c00e58 commit 65197bd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 179 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add the following to your `package.json` file:
... ...
"dependencies": { "dependencies": {
... ...
"sendgrid": "0.4.2" "sendgrid": "0.4.3"
} }
} }
``` ```
Expand Down
176 changes: 0 additions & 176 deletions npm-shrinkwrap.json

This file was deleted.

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


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


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

0 comments on commit 65197bd

Please sign in to comment.