diff --git a/package-lock.json b/package-lock.json index 83a596db8..b380e8c9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webmidi", - "version": "3.1.4", + "version": "3.1.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "webmidi", - "version": "3.1.4", + "version": "3.1.5", "license": "Apache-2.0", "dependencies": { "djipevents": "^2.0.7" diff --git a/package.json b/package.json index 0048576c9..937bdaacb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webmidi", - "version": "3.1.4", + "version": "3.1.5", "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",