diff --git a/README.md b/README.md index b790a65..4ffa694 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 4e2942f..cebd676 100644 --- a/package.json +++ b/package.json @@ -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": {