Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkungla committed Mar 15, 2022
1 parent 913355c commit 85b79b9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 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 v1.0.0**
**Use in version v1.1.0**
```html
<script src="https://cdn.jsdelivr.net/npm/aframe-resonance-audio-component@1.0.0/dist/aframe-resonance-audio-component.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/aframe-resonance-audio-component@1.1.0/dist/aframe-resonance-audio-component.min.js"></script>
```
**Use in browser latest version** *(not recommended for production usage)*
```html
Expand All @@ -37,6 +37,8 @@ JS**DELIVR**

---

![dependencies](https://img.shields.io/david/mkungla/aframe-resonance-audio-component?style=flat-square)
![devDependencies](https://img.shields.io/david/dev/mkungla/aframe-resonance-audio-component?style=flat-square)
![GitHub last commit](https://img.shields.io/github/last-commit/mkungla/aframe-resonance-audio-component?style=flat-square)

## Table of contents
Expand Down Expand Up @@ -326,7 +328,7 @@ Dynamically changing positioning and rotation of audio source or room container



[img-aframe-badge]: https://img.shields.io/badge/a--frame-1.3.0-FC3164.svg?style=flat-square
[img-aframe-badge]: https://img.shields.io/badge/a--frame-^1.3.0-FC3164.svg?style=flat-square

<!-- links -->
[link-aframe]: https://aframe.io/
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.0.0",
"version": "1.1.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 85b79b9

Please sign in to comment.