From 012519b1e82fbab98ce2dca2f1545364e0d473bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Philippe=20C=C3=B4t=C3=A9?= Date: Sat, 17 Aug 2019 11:30:02 -0400 Subject: [PATCH] Release 2.5.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8403c1791..c7cc193cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webmidi", - "version": "2.3.3", + "version": "2.5.0", "description": "WebMidi.js helps you tame the Web MIDI API. Send and receive MIDI messages with ease. Control instruments with user-friendly functions (playNote, sendPitchBend, etc.). React to MIDI input with simple event listeners (noteon, pitchbend, controlchange, etc.).", "author": "Jean-Philippe Côté ", "main": "webmidi.min.js", @@ -59,4 +59,4 @@ "typescript": "^3.4.5" }, "dependencies": {} -} +} \ No newline at end of file