From aca954f21f0c18a7827bfdd68f84523f2e983a45 Mon Sep 17 00:00:00 2001 From: Matthew Ross Date: Sat, 5 Sep 2020 13:54:31 -0400 Subject: [PATCH] Update to v1.0.2 --- src/app/shared/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/constants.ts b/src/app/shared/constants.ts index 8aed695..7f11deb 100644 --- a/src/app/shared/constants.ts +++ b/src/app/shared/constants.ts @@ -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'; } }