Skip to content

Commit

Permalink
Bump version for v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl committed Jul 31, 2017
1 parent c2f92be commit de3fe12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sound-box",
"version": "0.2.1",
"version": "0.2.2",
"description": "A super simple JS library for playing sound effects and other audio. Now with button mashing support!",
"main": "soundbox.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion soundbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ function SoundBox() {
};
}

SoundBox.version = "0.2.1";
SoundBox.version = "0.2.2";
2 changes: 1 addition & 1 deletion soundbox.min.js

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

0 comments on commit de3fe12

Please sign in to comment.