Skip to content

Commit

Permalink
Update to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kiswa committed Sep 5, 2020
1 parent 966e4cf commit aca954f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'; }
}

0 comments on commit aca954f

Please sign in to comment.