Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed Apr 5, 2018
1 parent f8474d4 commit db0fffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface State {
timerId?: NodeJS.Timer;
}

const CLIENT_VERSION = 'v2.2.2';
const CLIENT_VERSION = 'v2.2.3';
const RELEASES_LATEST = 'https://api.github.com/repos/MaxwellBo/Muncoordinated-2/releases/latest';

export class Footer extends React.PureComponent<{}, State> {
Expand Down

0 comments on commit db0fffb

Please sign in to comment.