bump rbe, random and base64 for translation

This commit is contained in:
Dave Conway-Jones 2021-03-12 20:52:40 +00:00
parent 23a95ec9da
commit 911348790c
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-random",
"version" : "0.3.1",
"version" : "0.4.0",
"description" : "A Node-RED node that when triggered generates a random number between two values.",
"dependencies" : {
},

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-rbe",
"version" : "0.3.0",
"version" : "0.4.0",
"description" : "A Node-RED node that provides report-by-exception (RBE) and deadband capabilities.",
"dependencies" : {
},

View File

@ -1,6 +1,6 @@
{
"name" : "node-red-node-base64",
"version" : "0.2.1",
"version" : "0.3.0",
"description" : "A Node-RED node to pack and unpack objects to base64 format",
"dependencies" : {
},