From f07e9e3d0cfb3ca0d69354172eb193462e4f469f Mon Sep 17 00:00:00 2001 From: Max Bo Date: Thu, 5 Apr 2018 06:33:41 +1000 Subject: [PATCH] Bump version --- src/components/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index b5cdd071..45239f99 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -8,7 +8,7 @@ interface State { timerId?: NodeJS.Timer; } -const CLIENT_VERSION = 'v2.2.1'; +const CLIENT_VERSION = 'v2.2.2'; const RELEASES_LATEST = 'https://api.github.com/repos/MaxwellBo/Muncoordinated-2/releases/latest'; export class Footer extends React.PureComponent<{}, State> {