We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b2069 commit 8125ca2Copy full SHA for 8125ca2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "spacesvr",
3
- "version": "1.7.11",
+ "version": "1.7.12",
4
"private": true,
5
"description": "An Environment for WebXR Spaces",
6
"keywords": [
src/layers/reality/ui/PauseMenu.tsx
@@ -186,7 +186,7 @@ export default function PauseMenu(props: PauseMenuProps) {
186
)}`,
187
},
188
189
- text: "v1.7.10",
+ text: "v1.7.12",
190
action: () => {
191
console.log("");
192
0 commit comments