Bump version

This commit is contained in:
Mitchell McCaffrey 2020-04-14 09:53:26 +10:00
parent 7b7435f55a
commit 7d046c0a1a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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