Skip to content

Commit

Permalink
💎 v0.1.82
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcgregor committed Nov 20, 2016
1 parent 6d86005 commit f5aec28
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dploy.yaml
!examples/audio/*.mp3
!examples/audio/*.ogg
examples/audio/other
examples/temp.html
node_modules/
bower_components/
.sass-cache/
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sono",
"version": "0.1.81",
"version": "0.1.82",
"homepage": "https://github.com/Stinkdigital/sono",
"authors": [
"Ian McGregor <[email protected]>"
Expand Down
5 changes: 1 addition & 4 deletions dist/sono.js

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

2 changes: 1 addition & 1 deletion dist/sono.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sono",
"version": "0.1.81",
"version": "0.1.82",
"description": "A simple yet powerful JavaScript library for working with Web Audio",
"keywords": [
"WebAudio",
Expand Down
2 changes: 1 addition & 1 deletion src/sono.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import SoundGroup from './lib/utils/sound-group';
import utils from './lib/utils/utils';

function Sono() {
const VERSION = '0.1.81';
const VERSION = '0.1.82';
const context = utils.getContext();
const destination = (context ? context.destination : null);
const group = new Group(context, destination);
Expand Down

0 comments on commit f5aec28

Please sign in to comment.