bump version for dialog height PR

This commit is contained in:
Dave Conway-Jones
2023-09-18 18:44:10 +01:00
parent 36d33b3268
commit bf03c11a94
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "node-red-node-data-generator",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Node-RED node to create a string of dummy data values from a template. Useful for test-cases.",
"dependencies": {
"dummy-json": "^3.0.5"
@@ -23,7 +23,7 @@
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"email": "dceejay@gmail.com",
"url": "http://nodered.org"
}
}