Update to v1.0.2
This commit is contained in:
parent
966e4cfb68
commit
aca954f21f
@ -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'; }
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user