fix the version of node-sensortag lib and bump version

This commit is contained in:
Ben Hardill 2015-07-01 10:38:27 +01:00
parent ec2da4b780
commit d87612eadf
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{
"name": "node-red-node-sensortag",
"description": "A Node-RED node to read data from a TI SensorTag",
"version": "0.0.3",
"version": "0.0.4",
"keywords" : ["node-red","sensortag"],
"dependencies": {
"sensortag" : "0.1.9"
"sensortag" : "~1.0.1"
},
"license": "Apache-2.0",
"repository" : {