Bump version

This commit is contained in:
Mitchell McCaffrey 2020-04-09 22:52:23 +10:00
parent 5af96a211b
commit 64c149614f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -46,7 +46,7 @@ function Home() {
Join Game Join Game
</Button> </Button>
<Text variant="caption" as="p" sx={{ textAlign: "center" }}> <Text variant="caption" as="p" sx={{ textAlign: "center" }}>
Alpha v0.6.6 Alpha v0.7.0
</Text> </Text>
</Flex> </Flex>
<Footer /> <Footer />