diff options
author | scottmotte <scott@scottmotte.com> | 2014-02-17 12:00:08 -0800 |
---|---|---|
committer | scottmotte <scott@scottmotte.com> | 2014-02-17 12:00:19 -0800 |
commit | b0e613341cfcf4f024c990bb778a67402f51a9cf (patch) | |
tree | 218768a0ac2166cb910c851a1e5d583dde97f31c /test/lib/sendgrid.test.js | |
parent | fb3534ac3a7598119776644369589a053b418284 (diff) | |
download | sendgrid-nodejs-b0e613341cfcf4f024c990bb778a67402f51a9cf.zip sendgrid-nodejs-b0e613341cfcf4f024c990bb778a67402f51a9cf.tar.gz sendgrid-nodejs-b0e613341cfcf4f024c990bb778a67402f51a9cf.tar.bz2 |
Version bump 1.0.1. Npmjs.org's latest update does not let me publish
1.0.0 after already publishing a 1.0.0.rc*.
Diffstat (limited to 'test/lib/sendgrid.test.js')
-rw-r--r-- | test/lib/sendgrid.test.js | 2 |
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() { |