Added version text on home screen and bumped version

This commit is contained in:
Mitchell McCaffrey 2020-03-26 15:48:17 +11:00
parent c1d4e09cb3
commit 916b702e56
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "owlbear-rodeo",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"homepage": "https://owlbear.rodeo",
"dependencies": {

View File

@ -37,6 +37,9 @@ function Home() {
<Button m={2} onClick={handleJoinGame}>
Join Game
</Button>
<Text variant="caption" sx={{ textAlign: "center" }}>
Alpha v0.2.0
</Text>
</Flex>
</Container>
);