diff --git a/.travis.yml b/.travis.yml index 1ad40c11..bd80d7c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ matrix: # allow_failures: # - node_js: 16 include: - - node_js: 16 - - node_js: 14 - - node_js: 12 + - node_js: 22 + - node_js: 20 + - node_js: 18 # - python: 2.7 # language: python # before_script: pip install flake8 diff --git a/hardware/Pibrella/package.json b/hardware/Pibrella/package.json index 9e46b2b4..1dea4c83 100644 --- a/hardware/Pibrella/package.json +++ b/hardware/Pibrella/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-pibrella", - "version" : "0.1.0", + "version" : "0.2.0", "description" : "A Node-RED node to read from and write to a Pibrella Raspberry Pi add-on board", "dependencies" : { }, @@ -18,7 +18,7 @@ }, "author": { "name": "Dave Conway-Jones", - "email": "ceejay@vnet.ibm.com", + "email": "dceejay@gmail.com", "url": "http://nodered.org" } }