Skip to content

Commit e5b12d8

Browse files
committed
bump version
1 parent 66c84c9 commit e5b12d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Install and use by directly including the [browser files](dist):
4444
<head>
4545
<title>My A-Frame Scene</title>
4646
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script>
47-
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-cursor-teleport@1.5.0/dist/aframe-cursor-teleport-component.min.js"></script>
47+
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-cursor-teleport@1.6.0/dist/aframe-cursor-teleport-component.min.js"></script>
4848
</head>
4949
<body>
5050
<a-scene>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.5.0",
3+
"version": "1.6.0",
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)