From f647eb8f95c8294f06eff46460b54dccb136f112 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Sat, 17 Jul 2021 13:28:27 -0400 Subject: [PATCH] Bumps version to 2.4.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a14e061..48040c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "osc", "main": "src/platforms/osc-node.js", - "version": "2.4.1", + "version": "2.4.2", "description": "A JavaScript Open Sound Control (OSC) library that works in Node.js and the browser.", "author": "Colin Clark", "homepage": "https://github.com/colinbdclark/osc.js",