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> {