Bump version to 0.1.4

This commit is contained in:
vvzvlad 2023-10-03 01:03:44 +03:00
parent 1fcbf7a667
commit 4d2e40d9ab
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@vvzvlad/node-red-contrib-rn-combined-nodes", "name": "@vvzvlad/node-red-contrib-rn-combined-nodes",
"version": "0.1.3", "version": "0.1.4",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"keywords": [ "keywords": [

View File

@ -8,7 +8,7 @@
}, },
inputs: 1, inputs: 1,
outputs: 2, outputs: 2,
icon: "file.svg", icon: "font-awesome/fa-snowflake-o",
label: function() { label: function() {
return this.name||"C-Thermostat"; return this.name||"C-Thermostat";
} }