Bump version

This commit is contained in:
Mitchell McCaffrey 2020-04-15 12:51:48 +10:00
parent 0015144d1a
commit 0c2296990f
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -51,7 +51,7 @@ function Home() {
Join Game
</Button>
<Text variant="caption" as="p" sx={{ textAlign: "center" }}>
Alpha v0.10.2
Alpha v0.11.0
</Text>
<Button
m={2}
@ -60,7 +60,6 @@ function Home() {
>
Support Us
</Button>
<JoinModal
isOpen={isJoinModalOpen}
onRequestClose={() => setIsJoinModalOpen(false)}