From a0828cd83773d5600002859d131b7de5d62c9858 Mon Sep 17 00:00:00 2001 From: bartbutenaers Date: Mon, 30 Oct 2023 20:33:03 +0100 Subject: [PATCH] Bump version 2.3.0 --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 56f0216..275df32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-contrib-blockly", - "version" : "2.2.0", + "version" : "2.3.0", "description" : "A Node Red node for visual programming a function using Blockly", "dependencies": { "blockly": "^10.1.3", @@ -30,6 +30,10 @@ { "name": "Jeff SC Cheng", "url": "https://github.com/jsccjj" + }, + { + "name": "Ralph Wetzel", + "url": "https://github.com/ralphwetzel" } ], "license": "Apache-2.0",