Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed May 19, 2024
1 parent 07970ef commit 63efc59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/musicxml-player.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* musicxml-player v0.15.5
* musicxml-player v0.16.0
* (c) Karim Ratib <[email protected]> (https://github.com/infojunkie)
* Released under the GPL-3.0-only License.
*/
Expand Down Expand Up @@ -12177,7 +12177,7 @@ class WebAudioFontOutput {
}

var name = "musicxml-player";
var version = "0.15.5";
var version = "0.16.0";
var description = "A simple JavaScript component that loads and plays MusicXML files in the browser using Web Audio and Web MIDI.";
var main = "dist/musicxml-player.esm.js";
var type = "module";
Expand Down

0 comments on commit 63efc59

Please sign in to comment.