1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Merge pull request #120 from hardillb/master

fix the version of node-sensortag lib and bump version
This commit is contained in:
Dave Conway-Jones 2015-07-01 14:04:48 +01:00
commit a8cb187321

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" : {