Bump version

This commit is contained in:
Mitchell McCaffrey 2020-04-14 16:08:37 +10:00
parent 2ceec9cfec
commit 034b83cfe0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -49,7 +49,7 @@ function Home() {
Join Game
</Button>
<Text variant="caption" as="p" sx={{ textAlign: "center" }}>
Alpha v0.9.2
Alpha v0.10.2
</Text>
<JoinModal
isOpen={isJoinModalOpen}