From 025ce4e750ac95ead310a7a3d551ef23d1693522 Mon Sep 17 00:00:00 2001 From: Xmader Date: Sun, 31 May 2020 03:08:57 -0400 Subject: [PATCH] release v0.7.0 --- web-public/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web-public/package.json b/web-public/package.json index 2644453d84dc2..760ff627228e3 100644 --- a/web-public/package.json +++ b/web-public/package.json @@ -1,6 +1,6 @@ { "name": "webmscore", - "version": "0.6.0", + "version": "0.7.0", "description": "MuseScore's libmscore in WebAssembly! Read mscz data, and generate audio/MIDI/MusicXML/SVG/PNG/PDF sheets right in browsers", "type": "module", "types": "global.d.ts",