Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkungla committed Sep 5, 2021
1 parent dc71f87 commit 2474d16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ yarn add aframe-resonance-audio-component
JS**DELIVR**
[![A free CDN for Open Source][img-jsdelivr-badge]][link-jsdelivr]

**Use in version v0.4.11**
**Use in version v1.0.0**
```html
<script src="https://cdn.jsdelivr.net/npm/aframe-resonance-audio-component@0.4.11/dist/aframe-resonance-audio-component.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/aframe-resonance-audio-component@1.0.0/dist/aframe-resonance-audio-component.min.js"></script>
```
**Use in browser latest version** *(not recommended for production usage)*
```html
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-resonance-audio-component",
"version": "0.4.11",
"version": "1.0.0",
"title": "A-Frame Resonance Audio Component",
"description": "Google Resonance component for A-Frame (https://aframe.io).",
"license": "MIT",
Expand Down

0 comments on commit 2474d16

Please sign in to comment.