From 63efc59d9b122615d19299abd9ef6d1c35fbba71 Mon Sep 17 00:00:00 2001 From: infojunkie Date: Sat, 18 May 2024 23:32:12 -0700 Subject: [PATCH] Update version number --- dist/musicxml-player.esm.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/musicxml-player.esm.js b/dist/musicxml-player.esm.js index bb850c5..20a914d 100644 --- a/dist/musicxml-player.esm.js +++ b/dist/musicxml-player.esm.js @@ -1,5 +1,5 @@ /*! - * musicxml-player v0.15.5 + * musicxml-player v0.16.0 * (c) Karim Ratib (https://github.com/infojunkie) * Released under the GPL-3.0-only License. */ @@ -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";