Skip to content

Commit 6279cbc

Browse files
committed
update url in README and release again 1.1.1
1 parent 4387961 commit 6279cbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Install and use by directly including the [browser files](dist):
3333
<head>
3434
<title>My A-Frame Scene</title>
3535
<script src="https://aframe.io/releases/1.4.1/aframe.min.js"></script>
36-
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-cursor-teleport@1.0.0/dist/aframe-cursor-teleport-component.min.js"></script>
36+
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-cursor-teleport@1.1.1/dist/aframe-cursor-teleport-component.min.js"></script>
3737
</head>
3838

3939
<body>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aframe-cursor-teleport-component",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Simple teleport navigation for non-XR devices.",
55
"module": "index.js",
66
"main": "dist/aframe-cursor-teleport-component.min.js",

0 commit comments

Comments
 (0)