Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed May 26, 2023
1 parent f713eb0 commit 154689f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Install and use by directly including the [browser files](dist):
<head>
<title>My A-Frame Scene</title>
<script src="https://aframe.io/releases/1.4.2/aframe.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-cursor-teleport@1.2.0/dist/aframe-cursor-teleport-component.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/c-frame/aframe-cursor-teleport@1.3.0/dist/aframe-cursor-teleport-component.min.js"></script>
</head>
<body>
<a-scene>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aframe-cursor-teleport-component",
"version": "1.2.0",
"version": "1.3.0",
"description": "Simple teleport navigation for non-XR devices.",
"module": "index.js",
"main": "dist/aframe-cursor-teleport-component.min.js",
Expand Down

0 comments on commit 154689f

Please sign in to comment.