Skip to content

Commit 26a31e7

Browse files
committed
bump version
1 parent 8b495e2 commit 26a31e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Install and use by directly including the [browser files](dist):
4040
```html
4141
<head>
4242
<title>My A-Frame Scene</title>
43-
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
44-
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-cursor-teleport@1.4.0/dist/aframe-cursor-teleport-component.min.js"></script>
43+
<script src="https://aframe.io/releases/1.5.0/aframe.min.js"></script>
44+
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-cursor-teleport@1.5.0/dist/aframe-cursor-teleport-component.min.js"></script>
4545
</head>
4646
<body>
4747
<a-scene>

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