Update Mysql Node status reporting

This commit is contained in:
Dave Conway-Jones
2016-11-27 17:03:03 +00:00
parent fcc1fcfca8
commit 738eada16b
2 changed files with 19 additions and 4 deletions

View File

@@ -1,9 +1,9 @@
{
"name" : "node-red-node-mysql",
"version" : "0.0.11",
"version" : "0.0.12",
"description" : "A Node-RED node to read and write to a MySQL database",
"dependencies" : {
"mysql" : "2.11.1"
"mysql" : "^2.12.0"
},
"repository" : {
"type":"git",