Skip to content

Commit f490bf6

Browse files
committed
v2.12.2
1 parent 10cfb36 commit f490bf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spacesvr",
3-
"version": "2.12.1",
3+
"version": "2.12.2",
44
"private": true,
55
"description": "A standardized reality for future of the 3D Web",
66
"keywords": [

src/layers/Environment/ui/PauseMenu/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function PauseMenu(props: PauseMenuProps) {
4040
const PAUSE_ITEMS: MenuItem[] = [
4141
...pauseMenuItems,
4242
{
43-
text: "v2.12.1",
43+
text: "v2.12.2",
4444
link: "https://www.npmjs.com/package/spacesvr",
4545
},
4646
...menuItems,

0 commit comments

Comments
 (0)