Update version test

This commit is contained in:
Matthew Ross 2020-06-27 19:16:31 -04:00
parent af129bca20
commit ba9771ba79

View File

@ -8,7 +8,7 @@ describe('Constants', () => {
});
it('has a VERSION', () => {
expect(constants.VERSION).toEqual('1.0.1');
expect(constants.VERSION).toEqual('1.0.2');
});
it('has a TOKEN', () => {