summaryrefslogtreecommitdiffstats
path: root/test/lib/sendgrid.test.js
diff options
context:
space:
mode:
authorscottmotte <scott@scottmotte.com>2014-02-17 12:00:08 -0800
committerscottmotte <scott@scottmotte.com>2014-02-17 12:00:08 -0800
commit643e2d9bbcb2913626eb435a9603a9ad98cb915d (patch)
tree218768a0ac2166cb910c851a1e5d583dde97f31c /test/lib/sendgrid.test.js
parentfb3534ac3a7598119776644369589a053b418284 (diff)
downloadsendgrid-nodejs-1.0.1.zip
sendgrid-nodejs-1.0.1.tar.gz
sendgrid-nodejs-1.0.1.tar.bz2
Version bump 1.0.1v1.0.1
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 b389a04..997bd5e 100644
--- a/test/lib/sendgrid.test.js
+++ b/test/lib/sendgrid.test.js
@@ -15,7 +15,7 @@ describe('SendGrid', function () {
});
it('version should be set', function() {
- expect(sendgrid.version).to.equal("1.0.0");
+ expect(sendgrid.version).to.equal("1.0.1");
});
it('should attach a options object to self', function() {