Skip to content

Commit

Permalink
Fix aframe version in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchirls committed Jan 2, 2020
1 parent 3a004d1 commit 1d45b4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Install and use by directly including the script compiled for the browser:
```html
<head>
<title>My A-Frame Scene</title>
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<script src="https://aframe.io/releases/1.0.3/aframe.min.js"></script>
<script src="https://unpkg.com/aframe-ambisonic-component"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aframe-ambisonic-component",
"version": "0.5.0",
"version": "0.5.1",
"description": "A Ambisonic Audio component for A-Frame.",
"main": "build/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit 1d45b4d

Please sign in to comment.