summaryrefslogtreecommitdiffstats
path: root/test/lib/sendgrid.test.js
diff options
context:
space:
mode:
authorscottmotte <scott@scottmotte.com>2013-08-01 21:27:05 +0000
committerscottmotte <scott@scottmotte.com>2013-08-01 21:27:05 +0000
commitd419992052c43ca30b356b73b9dfc74d01f2dffd (patch)
tree7e74c79751da02b5caa736b7c08e7d5d717faeb7 /test/lib/sendgrid.test.js
parent33eec065d271c772dfc7e422ce3b2d0940062c13 (diff)
downloadsendgrid-nodejs-d419992052c43ca30b356b73b9dfc74d01f2dffd.zip
sendgrid-nodejs-d419992052c43ca30b356b73b9dfc74d01f2dffd.tar.gz
sendgrid-nodejs-d419992052c43ca30b356b73b9dfc74d01f2dffd.tar.bz2
Version bump 0.3.0-rc.1.2
Diffstat (limited to 'test/lib/sendgrid.test.js')
-rw-r--r--test/lib/sendgrid.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/sendgrid.test.js b/test/lib/sendgrid.test.js
index 0fdf381..5942855 100644
--- a/test/lib/sendgrid.test.js
+++ b/test/lib/sendgrid.test.js
@@ -19,7 +19,7 @@ describe('SendGrid', function () {
});
it('version should be set', function() {
- expect(sendgrid.version).to.equal("0.3.0-rc.1.1");
+ expect(sendgrid.version).to.equal("0.3.0-rc.1.2");
});
describe('#send', function() {