diff --git a/package-lock.json b/package-lock.json index 66e3bd4a5..24045778d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webmidi", - "version": "3.1.11", + "version": "3.1.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "webmidi", - "version": "3.1.11", + "version": "3.1.12", "license": "Apache-2.0", "dependencies": { "djipevents": "^2.0.7" diff --git a/package.json b/package.json index 24b96c49d..aaf32a165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webmidi", - "version": "3.1.11", + "version": "3.1.12", "description": "WEBMIDI.js makes it easy to talk to MIDI instruments from a browser or from Node.js. It simplifies the control of external or virtual MIDI instruments with functions such as playNote(), sendPitchBend(), sendControlChange(), etc. It also allows reacting to incoming MIDI messages by adding listeners for user-friendly events such as 'noteon', 'pitchbend', 'songposition', etc.", "main": "./dist/cjs/webmidi.cjs.min.js", "types": "./dist/cjs/webmidi.cjs.d.ts",