Update to v1.0.2

This commit is contained in:
Matthew Ross 2020-09-05 13:54:31 -04:00
parent 966e4cfb68
commit aca954f21f

View File

@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';
@Injectable()
export class Constants {
public get VERSION(): string { return '1.0.1'; }
public get VERSION(): string { return '1.0.2'; }
public get TOKEN(): string { return 'taskboard.jwt'; }
}