Bump version
This commit is contained in:
parent
0015144d1a
commit
0c2296990f
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "owlbear-rodeo",
|
"name": "owlbear-rodeo",
|
||||||
"version": "0.10.2",
|
"version": "0.11.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"homepage": "https://owlbear.rodeo",
|
"homepage": "https://owlbear.rodeo",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -51,7 +51,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.10.2
|
Alpha v0.11.0
|
||||||
</Text>
|
</Text>
|
||||||
<Button
|
<Button
|
||||||
m={2}
|
m={2}
|
||||||
@ -60,7 +60,6 @@ function Home() {
|
|||||||
>
|
>
|
||||||
Support Us
|
Support Us
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
<JoinModal
|
<JoinModal
|
||||||
isOpen={isJoinModalOpen}
|
isOpen={isJoinModalOpen}
|
||||||
onRequestClose={() => setIsJoinModalOpen(false)}
|
onRequestClose={() => setIsJoinModalOpen(false)}
|
||||||
|
Loading…
Reference in New Issue
Block a user