Skip to content

Commit 8125ca2

Browse files
committed
v1.7.12
1 parent c3b2069 commit 8125ca2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spacesvr",
3-
"version": "1.7.11",
3+
"version": "1.7.12",
44
"private": true,
55
"description": "An Environment for WebXR Spaces",
66
"keywords": [

src/layers/reality/ui/PauseMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export default function PauseMenu(props: PauseMenuProps) {
186186
)}`,
187187
},
188188
{
189-
text: "v1.7.10",
189+
text: "v1.7.12",
190190
action: () => {
191191
console.log("");
192192
},

0 commit comments

Comments
 (0)