Skip to content

Commit

Permalink
v1.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-shortt committed Aug 17, 2021
1 parent c3b2069 commit 8125ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spacesvr",
"version": "1.7.11",
"version": "1.7.12",
"private": true,
"description": "An Environment for WebXR Spaces",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/layers/reality/ui/PauseMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default function PauseMenu(props: PauseMenuProps) {
)}`,
},
{
text: "v1.7.10",
text: "v1.7.12",
action: () => {
console.log("");
},
Expand Down

0 comments on commit 8125ca2

Please sign in to comment.