Bump version

This commit is contained in:
Mitchell McCaffrey 2020-04-14 22:21:22 +10:00
parent 17122b1a42
commit de5eb6bed6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "owlbear-rodeo",
"version": "0.10.1",
"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.10.1
Alpha v0.10.2
</Text>
<JoinModal
isOpen={isJoinModalOpen}