mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
fix the version of node-sensortag lib and bump version
This commit is contained in:
parent
ec2da4b780
commit
d87612eadf
@ -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" : {
|
||||
|
Loading…
Reference in New Issue
Block a user