Skip to content

Commit

Permalink
Bump version again (I forgot to update the changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl committed Sep 21, 2018
1 parent 2c0e521 commit 6654852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ console.log(`Soundbox is at ${SoundBox.version}`);
* **v0.3.4:** Fix another bug in `.stop_all()`
* **v0.3.5:** Update from `.jsm` to `.mjs` for file extension
* **v0.3.6:** Fix `main` definition in `package.json`
* **v0.3.6:** Update changelog in README

## Real-World Usage
- @MyTheValentinus has [created a mobile web app for playing sound-effects and other sounds](https://github.com/MyTheValentinus/soundbox)
Expand Down
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.3.6",
"version": "0.3.7",
"description": "A super simple JS library for playing sound effects and other audio. Now with button mashing support!",
"main": "soundbox.mjs",
"scripts": {
Expand Down

0 comments on commit 6654852

Please sign in to comment.