From 07d78f084b388a04fb8c8564e6d2cf1a9f54316f Mon Sep 17 00:00:00 2001 From: Adrian Baumgart Date: Wed, 8 May 2024 21:44:47 +0200 Subject: [PATCH] bump version to 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b43d8f..7fd3d61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "artnet-usbdmx-converter", - "version": "1.0.0", + "version": "2.0.0", "description": "Send ArtNet signals to USBDMX interfaces", "main": "dist/index.js", "bin": "./dist/index.js",